Cyber Resilience

CVE-2024-24494

MediumPublic PoC

Published: 08 February 2024

Published
08 February 2024
Modified
15 May 2025
KEV Added
Patch
CVSS Score v3.1 6.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.3358 97.0th percentile
Risk Priority 32 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-24494 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Remyandrade Daily Habit Tracker. Its CVSS base score is 6.1 (Medium).

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

Deeper analysis

Daily Habit Tracker version 1.0 is affected by a stored cross-site scripting vulnerability, tracked as CVE-2024-24494 with CWE-79. The flaw resides in the add-tracker.php and update-tracker.php components, where the day, exercise, pray, read_book, vitamins, laundry, alcohol, and meat parameters are not properly sanitized before being processed or stored.

An unauthenticated remote attacker can supply malicious payloads through these parameters to execute arbitrary JavaScript in the browsers of other users who view the affected tracker entries. Successful exploitation yields session hijacking, data theft, or other client-side actions within the application's security context, consistent with the CVSS 6.1 rating reflecting network attack vector and required user interaction.

The two referenced GitHub reports document the stored XSS vectors but provide no details on vendor patches, workarounds, or mitigation guidance. The associated EPSS score has remained flat at 0.3358 with no post-disclosure increase.

EU & UK References

Vulnerability details

Cross Site Scripting vulnerability in Daily Habit Tracker v.1.0 allows a remote attacker to execute arbitrary code via the day, exercise, pray, read_book, vitamins, laundry, alcohol and meat parameters in the add-tracker.php and update-tracker.php components.

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?

The stored XSS vulnerability (CVE-2024-24494) in the public-facing web application (Daily Habit Tracker) enables remote attackers to exploit the application by injecting malicious scripts via input parameters, leading to arbitrary JavaScript execution in victims' browsers.

Affected Assets

remyandrade
daily habit tracker
1.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References