Cyber Posture

CVE-2024-56903

High

Published: 03 February 2025

Published
03 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
EPSS Score 0.0035 57.3th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-56903 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 42.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Protects the authenticity of communications sessions, directly countering CSRF attacks that forge requests for critical account management functions.

prevent

Validates information inputs including request methods and CSRF tokens to block modification of POST requests to GET against sensitive endpoints.

prevent

Requires re-authentication for critical actions like account management, limiting damage from successful CSRF-forged requests.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

CSRF vuln in public-facing web app directly enables exploitation via T1190; user interaction via malicious links maps to T1204.001 for unauthorized account actions.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

Geovision GV-ASWeb with the version 6.1.1.0 or less allows attackers to modify POST request method with the GET against critical functionalities, such as account management. This vulnerability is used in chain with CVE-2024-56901 for a successful CSRF attack.

Deeper analysisAI

CVE-2024-56903 affects Geovision GV-ASWeb in versions 6.1.1.0 and earlier. The vulnerability enables attackers to modify POST request methods to GET against critical functionalities, such as account management. Classified as CWE-352 (Cross-Site Request Forgery), it carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H) and was published on 2025-02-03.

Remote attackers require no privileges but need user interaction to exploit this issue. By tricking authenticated users into visiting malicious sites or clicking links, attackers can alter request methods to perform unauthorized actions on critical endpoints. The vulnerability is explicitly chained with CVE-2024-56901 to enable successful CSRF attacks, resulting in high impacts to integrity and availability, such as unauthorized account modifications.

Further details, including potential mitigation guidance, are available in the GitHub repository at https://github.com/DRAGOWN/CVE-2024-56903.

Details

CWE(s)

CVEs Like This One

CVE-2025-26550Shared CWE-352
CVE-2025-23661Shared CWE-352
CVE-2026-39640Shared CWE-352
CVE-2025-25147Shared CWE-352
CVE-2025-25100Shared CWE-352
CVE-2025-23872Shared CWE-352
CVE-2025-24756Shared CWE-352
CVE-2025-55045Shared CWE-352
CVE-2025-31690Shared CWE-352
CVE-2026-25155Shared CWE-352

References