Cyber Resilience

CVE-2024-48761

HighPublic PoC

Published: 29 January 2025

Published
29 January 2025
Modified
23 May 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0052 67.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-48761 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Celk Celk Saude. Its CVSS base score is 8.8 (High).

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

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2024-48761 is a reflected cross-site scripting (XSS) vulnerability, classified under CWE-79, in Celk Sistemas Celk Saude version 3.1.252.1. The flaw enables a remote attacker to inject arbitrary JavaScript code via the "erro" parameter, as published on 2025-01-29 with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H).

The vulnerability can be exploited by any remote attacker requiring no privileges or authentication, accessible over the network with low attack complexity, though it demands user interaction such as clicking a malicious link. Successful exploitation allows high-impact consequences on confidentiality, integrity, and availability, potentially enabling attackers to steal sensitive data like session tokens, perform account takeovers, or execute other client-side attacks within the victim's browser context.

References direct to a GitHub repository at https://github.com/gabriel-bri/vulnerability-research/tree/main/CVE-2024-48761, maintained by vulnerability researcher gabriel-bri, which contains details on the issue but no vendor-specific advisories or patch information are provided in the available data.

EU & UK References

Vulnerability details

Reflected XSS vulnerability in Celk Sistemas Celk Saude v.3.1.252.1 allows a remote attacker to inject arbitrary JavaScript code via the "erro" parameter.

CWE(s)

Related Threats

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.
Why these techniques?

Reflected XSS vulnerability in the web application allows remote attackers to inject and execute arbitrary JavaScript code in victims' browsers, directly enabling exploitation of public-facing applications.

CVEs Like This One

CVE-2021-47873Shared CWE-79
CVE-2026-7052Shared CWE-79
CVE-2024-56060Shared CWE-79
CVE-2025-49043Shared CWE-79
CVE-2026-40038Shared CWE-79
CVE-2024-56022Shared CWE-79
CVE-2025-68889Shared CWE-79
CVE-2026-1074Shared CWE-79
CVE-2025-22539Shared CWE-79
CVE-2025-22286Shared CWE-79

Affected Assets

celk
celk saude
3.1.252.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates the 'erro' parameter to block injection of arbitrary JavaScript code, directly preventing the reflected XSS vulnerability.

prevent

Filters and encodes information output derived from the 'erro' parameter to prevent execution of injected scripts in the victim's browser.

prevent

Implements secure error handling to avoid reflecting unsanitized input from the 'erro' parameter in error messages.

References