Cyber Posture

CVE-2025-22964

High

Published: 15 January 2025

Published
15 January 2025
Modified
03 October 2025
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.1265 94.0th percentile
Risk Priority 24 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-22964 is an unauthenticated time-based blind SQL injection vulnerability in DDSN Interactive cm3 Acora CMS version 10.1.1. The flaw arises from insufficient input sanitization and validation in the "table" parameter, which allows attackers to inject malicious SQL queries directly into database operations without proper escaping or parameterization. This CWE-89 issue was published on 2025-01-15 and carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N), indicating high severity due to impacts on confidentiality and integrity.

Attackers with low privileges (PR:L) can exploit this over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Successful exploitation enables unauthorized access to the database, manipulation of data, or exposure of sensitive information, thereby compromising the application's integrity and confidentiality while having no direct impact on availability (A:N).

For details on mitigation, patches, or workarounds, refer to the advisory at https://github.com/padayali-JD/CVE-2025-22964.

Details

CWE(s)
CWE-89

Affected Products

ddsn
cm3 acora content management system
10.1.1

MITRE ATT&CK Enterprise Techniques

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

The unauthenticated time-based blind SQL injection vulnerability in a public-facing CMS enables exploitation of public-facing applications (T1190) and facilitates unauthorized data collection from databases (T1213.006) through malicious SQL queries, allowing exposure and manipulation of sensitive information.

References