Cyber Posture

CVE-2024-55460

Critical

Published: 18 February 2025

Published
18 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 26.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-55460 is a critical-severity SQL Injection (CWE-89) vulnerability in Boardroomlimited (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

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

Requires validation of user inputs to the login page, directly preventing time-based SQL injection payloads from being processed.

prevent

Mandates timely identification, reporting, and correction of flaws like the SQL injection vulnerability in the Dividend Distribution Tax Election System v2.0.

prevent

Enforces boundary protection mechanisms such as web application firewalls to monitor and block malicious SQL injection attempts at external interfaces.

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.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Direct unauthenticated RCE via SQLi on public-facing login page (T1190); enables arbitrary command execution on server (T1059).

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

NVD Description

A time-based SQL injection vulnerability in the login page of BoardRoom Limited Dividend Distribution Tax Election System Version v2.0 allows attackers to execute arbitrary code via a crafted input.

Deeper analysisAI

CVE-2024-55460 is a time-based SQL injection vulnerability affecting the login page of BoardRoom Limited Dividend Distribution Tax Election System version v2.0. This flaw, classified under CWE-89, enables attackers to execute arbitrary code through specially crafted input. The vulnerability carries a CVSS v3.1 base score of 9.8 (Critical), reflecting its high severity due to network accessibility, low attack complexity, and no requirements for privileges or user interaction.

Remote, unauthenticated attackers can exploit this vulnerability by submitting malicious payloads to the login page, leveraging time-based blind SQL injection techniques to infer data and escalate to arbitrary code execution. Successful exploitation grants high-impact access, compromising confidentiality, integrity, and availability of the affected system, potentially allowing full control over the server hosting the Dividend Distribution Tax Election System.

Advisories and further details are available in referenced sources, including a GitHub repository at https://github.com/Ap0k4L1p5/CVE-research/tree/master/CVE-2024-55460 containing exploit research, and the affected login endpoint at https://sgsrs.boardroomlimited.com/taxelection/login.aspx. No specific patches or mitigation steps are detailed in the provided information.

Details

CWE(s)

Affected Products

Boardroomlimited
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2025-53595Shared CWE-89
CVE-2025-53475Shared CWE-89
CVE-2026-39815Shared CWE-89
CVE-2025-36588Shared CWE-89
CVE-2024-56804Shared CWE-89
CVE-2025-11165Shared CWE-89
CVE-2025-29893Shared CWE-89
CVE-2026-27497Shared CWE-89
CVE-2026-3180Shared CWE-89
CVE-2025-1872Shared CWE-89

References