Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2021-37704
HistoryAug 14, 2021 - 4:22 p.m.

phpfastcache - phpinfo Resource Exposure

2021-08-1416:22:35
ProjectDiscovery
github.com
153

4 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:N/A:N

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L

4.5 Medium

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

79.0%

phpinfo() is susceptible to resource exposure in unprotected composer vendor folders via phpfastcache/phpfastcache.

id: CVE-2021-37704

info:
  name: phpfastcache - phpinfo Resource Exposure
  author: whoever
  severity: medium
  description: phpinfo() is susceptible to resource exposure in unprotected composer vendor folders via phpfastcache/phpfastcache.
  impact: |
    An attacker can gain access to sensitive information, such as server configuration details, PHP version, and installed extensions.
  remediation: |
    Remove or restrict access to the phpinfo.php file in the phpfastcache library.
  reference:
    - https://github.com/PHPSocialNetwork/phpfastcache/pull/813 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37704
    - https://github.com/PHPSocialNetwork/phpfastcache/security/advisories/GHSA-cvh5-p6r6-g2qc
    - https://packagist.org/packages/phpfastcache/phpfastcache
    - https://github.com/PHPSocialNetwork/phpfastcache/blob/master/CHANGELOG.md#807
    - https://github.com/PHPSocialNetwork/phpfastcache/commit/41a77d0d8f126dbd6fbedcd9e6a82e86cdaafa51
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 4.3
    cve-id: CVE-2021-37704
    cwe-id: CWE-668,CWE-200
    epss-score: 0.0062
    epss-percentile: 0.78796
    cpe: cpe:2.3:a:phpfastcache:phpfastcache:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: phpfastcache
    product: phpfastcache
  tags: cve2021,cve,exposure,phpfastcache,phpinfo,phpsocialnetwork

http:
  - method: GET
    path:
      - "{{BaseURL}}/vendor/phpfastcache/phpfastcache/docs/examples/phpinfo.php"
      - "{{BaseURL}}/vendor/phpfastcache/phpfastcache/examples/phpinfo.php"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "PHP Extension"
          - "PHP Version"
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        group: 1
        regex:
          - '>PHP Version <\/td><td class="v">([0-9.]+)'
        part: body
# digest: 4a0a00473045022060e173a6dda99c14036b4bf367bf38342fac18b275d36e5a0e7286b912fd3ffc02210086f7f0e86c9ffb8b728c7414a7f8dcfe3d1ffb8c2493f8a05c563fbec33ff95e:922c64590222798bb761d5b6d8e72950

4 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:N/A:N

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L

4.5 Medium

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

79.0%

Related for NUCLEI:CVE-2021-37704