Severity cleanups

patch-1
sullo 2023-03-02 15:58:29 -05:00
parent 66c0e8ebb6
commit 3efe5786ef
18 changed files with 79 additions and 32 deletions

View File

@ -3,7 +3,7 @@ id: nagios-status-page
info: info:
name: Nagios Current Status Page - Detect name: Nagios Current Status Page - Detect
author: dhiyaneshDk author: dhiyaneshDk
severity: low severity: info
description: Nagios current status page was detected. description: Nagios current status page was detected.
reference: reference:
- https://www.exploit-db.com/ghdb/6918 - https://www.exploit-db.com/ghdb/6918

View File

@ -3,8 +3,13 @@ id: opcache-status-exposure
info: info:
name: OPcache Status Page - Detect name: OPcache Status Page - Detect
author: pdteam author: pdteam
severity: low severity: info
description: OPcache status page was detected. description: OPcache status page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference: https://www.php.net/manual/en/book.opcache.php
tags: config,exposure,status tags: config,exposure,status
requests: requests:

View File

@ -3,13 +3,13 @@ id: oracle-cgi-printenv
info: info:
name: Oracle CGI Printenv - Information Disclosure name: Oracle CGI Printenv - Information Disclosure
author: DhiyaneshDk author: DhiyaneshDk
severity: medium severity: info
description: Oracle CGI printenv component is susceptible to an information disclosure vulnerability. description: Oracle CGI printenv component is susceptible to an information disclosure vulnerability.
reference: reference:
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/OracleCGIPrintEnv.java - https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/OracleCGIPrintEnv.java
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 5.3 cvss-score: 0.0
cwe-id: CWE-200 cwe-id: CWE-200
tags: exposure,oracle,config tags: exposure,oracle,config

View File

@ -3,15 +3,15 @@ id: oracle-ebs-credentials
info: info:
name: Oracle E-Business System Credentials Page - Detect name: Oracle E-Business System Credentials Page - Detect
author: dhiyaneshDk author: dhiyaneshDk
severity: medium severity: high
description: Oracle E-Business System credentials page was detected. description: Oracle E-Business System credentials page was detected.
reference: reference:
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite-wp-4.pdf - https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite-wp-4.pdf
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite.pdf - https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite.pdf
- http://www.davidlitchfield.com/AssessingOraclee-BusinessSuite11i.pdf - http://www.davidlitchfield.com/AssessingOraclee-BusinessSuite11i.pdf
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 5.3 cvss-score: 7.5
cwe-id: CWE-200 cwe-id: CWE-200
tags: config,exposure,oracle tags: config,exposure,oracle

View File

@ -3,8 +3,12 @@ id: ovpn-config-exposed
info: info:
name: OVPN Configuration Download Page - Detect name: OVPN Configuration Download Page - Detect
author: tess author: tess
severity: low severity: info
description: OVPS configuration download page was detected. description: OVPS configuration download page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata: metadata:
verified: "true" verified: "true"
shodan-query: http.title:"OVPN Config Download" shodan-query: http.title:"OVPN Config Download"

View File

@ -3,12 +3,13 @@ id: perl-status
info: info:
name: Apache Mod_perl Status Page - Detect name: Apache Mod_perl Status Page - Detect
author: pdteam author: pdteam
severity: medium severity: info
description: Apache mod_perl status page was detected. description: Apache mod_perl status page was detected.
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 5.3 cvss-score: 0.0
cwe-id: CWE-200 cwe-id: CWE-200
reference: https://perl.apache.org/
tags: config,exposure,apache,status tags: config,exposure,apache,status
requests: requests:

View File

@ -3,8 +3,13 @@ id: php-fpm-config
info: info:
name: PHP-FPM Configuration Page - Detect name: PHP-FPM Configuration Page - Detect
author: sheikhrishad author: sheikhrishad
severity: low severity: info
description: PHP-FPM configuration page was detected. description: PHP-FPM configuration page was detected.
reference: https://www.php.net/manual/en/install.fpm.php
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: config,exposure,php tags: config,exposure,php
requests: requests:

View File

@ -7,7 +7,11 @@ info:
PHPinfo page was detected. The output of the phpinfo() command can reveal sensitive and detailed PHP environment information. PHPinfo page was detected. The output of the phpinfo() command can reveal sensitive and detailed PHP environment information.
remediation: | remediation: |
Remove PHP Info pages from publicly accessible sites, or restrict access to authorized users only. Remove PHP Info pages from publicly accessible sites, or restrict access to authorized users only.
severity: low classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
severity: info
tags: config,exposure,phpinfo tags: config,exposure,phpinfo
requests: requests:

View File

@ -3,8 +3,13 @@ id: phpstan-config
info: info:
name: PHPStan Configuration Page - Detect name: PHPStan Configuration Page - Detect
author: DhiyaneshDK author: DhiyaneshDK
severity: low severity: info
description: PHPStan configuration page was detected. description: PHPStan configuration page was detected.
reference: https://phpstan.org/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata: metadata:
verified: true verified: true
shodan-query: html:"phpstan.neon" shodan-query: html:"phpstan.neon"

View File

@ -3,8 +3,12 @@ id: plesk-stat
info: info:
name: Webalizer Log Analyzer Configuration - Detect name: Webalizer Log Analyzer Configuration - Detect
author: th3.d1p4k author: th3.d1p4k
severity: low severity: medium
description: Webalizer log analyzer configuration was detected. description: Webalizer log analyzer configuration was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
reference: reference:
- http://www.webalizer.org - http://www.webalizer.org
tags: config,exposure,plesk tags: config,exposure,plesk

View File

@ -3,8 +3,13 @@ id: pre-commit-config
info: info:
name: Pre-commit Configuration File - Detect name: Pre-commit Configuration File - Detect
author: DhiyaneshDk author: DhiyaneshDk
severity: low severity: info
description: Pre-commit configuration file was detected. description: Pre-commit configuration file was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference: https://pre-commit.com/
metadata: metadata:
verified: true verified: true
tags: exposure,devops,config,cicd tags: exposure,devops,config,cicd

View File

@ -3,10 +3,10 @@ id: rails-database-config
info: info:
name: Ruby on Rails Database Configuration File - Detect name: Ruby on Rails Database Configuration File - Detect
author: pdteam,geeknik author: pdteam,geeknik
severity: medium severity: high
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 5.3 cvss-score: 7.5
cwe-id: CWE-200 cwe-id: CWE-200
description: Ruby on Rails database configuration file was detected, which may contain database credentials. description: Ruby on Rails database configuration file was detected, which may contain database credentials.
reference: https://guides.rubyonrails.org/configuring.html#configuring-a-database reference: https://guides.rubyonrails.org/configuring.html#configuring-a-database

View File

@ -3,14 +3,14 @@ id: ruijie-nbr1300g-exposure
info: info:
name: Ruijie NBR1300G Cli Password Leak - Detect name: Ruijie NBR1300G Cli Password Leak - Detect
author: pikpikcu author: pikpikcu
severity: medium severity: high
description: Ruijie NBR1300G CLI password leak vulnerability was detected. description: Ruijie NBR1300G CLI password leak vulnerability was detected.
reference: reference:
- http://wiki.peiqi.tech/PeiQi_Wiki/%E7%BD%91%E7%BB%9C%E8%AE%BE%E5%A4%87%E6%BC%8F%E6%B4%9E/%E9%94%90%E6%8D%B7/%E9%94%90%E6%8D%B7NBR%201300G%E8%B7%AF%E7%94%B1%E5%99%A8%20%E8%B6%8A%E6%9D%83CLI%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8C%E6%BC%8F%E6%B4%9E.html - http://wiki.peiqi.tech/PeiQi_Wiki/%E7%BD%91%E7%BB%9C%E8%AE%BE%E5%A4%87%E6%BC%8F%E6%B4%9E/%E9%94%90%E6%8D%B7/%E9%94%90%E6%8D%B7NBR%201300G%E8%B7%AF%E7%94%B1%E5%99%A8%20%E8%B6%8A%E6%9D%83CLI%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8C%E6%BC%8F%E6%B4%9E.html
- https://www.ruijienetworks.com - https://www.ruijienetworks.com
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 5.3 cvss-score: 7.5
cwe-id: CWE-200 cwe-id: CWE-200
tags: ruijie,exposure tags: ruijie,exposure

View File

@ -3,8 +3,12 @@ id: s3cfg-config
info: info:
name: S3CFG Configuration - Detect name: S3CFG Configuration - Detect
author: geeknik,DhiyaneshDK author: geeknik,DhiyaneshDK
severity: unknown severity: high
description: S3CFG configuration file was detected. description: S3CFG configuration file was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
reference: reference:
- https://s3tools.org/kb/item14.htm - https://s3tools.org/kb/item14.htm
tags: amazon,s3,exposure,config tags: amazon,s3,exposure,config

View File

@ -3,11 +3,11 @@ id: sftp-credentials-exposure
info: info:
name: SFTP Credentials - Detect name: SFTP Credentials - Detect
author: sheikhrishad author: sheikhrishad
severity: medium severity: high
description: SFTP credentials were detected. description: SFTP credentials were detected.
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 5.3 cvss-score: 7.5
cwe-id: CWE-200 cwe-id: CWE-200
tags: config,ftp,exposure tags: config,ftp,exposure

View File

@ -3,8 +3,12 @@ id: ssh-known-hosts
info: info:
name: SSH Known Hosts File - Detect name: SSH Known Hosts File - Detect
author: geeknik author: geeknik
severity: low severity: info
description: SSH known hosts file was detected. description: SSH known hosts file was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference: reference:
- https://datacadamia.com/ssh/known_hosts - https://datacadamia.com/ssh/known_hosts
tags: config,exposure,ssh tags: config,exposure,ssh

View File

@ -4,7 +4,12 @@ info:
name: Symfony Database Configuration File - Detect name: Symfony Database Configuration File - Detect
author: pdteam,geeknik author: pdteam,geeknik
severity: high severity: high
description: Symfony database configuration file was detected. description: Symfony database configuration file was detected and may contain database credentials.
reference: https://symfony.com/legacy/doc/reference/1_3/en/07-Databases
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
tags: config,exposure,symfony tags: config,exposure,symfony
requests: requests:

View File

@ -3,11 +3,12 @@ id: wgetrc-config
info: info:
name: Wgetrc Configuration File - Detect name: Wgetrc Configuration File - Detect
author: DhiyaneshDK author: DhiyaneshDK
severity: medium severity: info
description: Wgetrc configuration file was detected. description: Wgetrc configuration file was detected.
reference: https://www.gnu.org/software/wget/manual/html_node/Wgetrc-Commands.html
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 5.3 cvss-score: 0.0
cwe-id: CWE-200 cwe-id: CWE-200
metadata: metadata:
verified: true verified: true