Skip to main content

Sscms EUVDEUVD-2026-12401

| CVE-2026-4234 LOW
SQL Injection (CWE-89)
2026-03-16 VulDB
2.1
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.1 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

7
Severity Changed
Apr 29, 2026 - 01:11 NVD
MEDIUM LOW
CVSS changed
Apr 29, 2026 - 01:11 NVD
5.3 (MEDIUM) 2.1 (LOW)
CVSS changed
Apr 22, 2026 - 21:37 NVD
6.3 (MEDIUM) 5.3 (MEDIUM)
PoC Detected
Mar 16, 2026 - 14:53 vuln.today
Public exploit code
EUVD ID Assigned
Mar 16, 2026 - 11:00 euvd
EUVD-2026-12401
Analysis Generated
Mar 16, 2026 - 11:00 vuln.today
CVE Published
Mar 16, 2026 - 10:32 nvd
MEDIUM 6.3

DescriptionCVE.org

A security flaw has been discovered in SSCMS 7.4.0. This vulnerability affects unknown code of the file SitesAddController.Submit.cs of the component DDL Handler. The manipulation of the argument tableHandWrite results in sql injection. The attack can be executed remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

SQL injection in SSCMS 7.4.0 via the tableHandWrite parameter in SitesAddController.Submit.cs allows authenticated remote attackers to execute arbitrary SQL commands. Public exploit code exists for this vulnerability, and no patch is currently available from the vendor despite early disclosure notification.

Technical ContextAI

The vulnerability is rooted in CWE-89 (SQL Injection), a classic input validation flaw where user-controlled data is concatenated directly into SQL query strings without parameterized query protection or input escaping. SSCMS (a content management system identified via CPE cpe:2.3:a:n/a:sscms) version 7.4.0 fails to properly handle the tableHandWrite parameter in the DDL (Data Definition Language) Handler component within SitesAddController.Submit.cs. This component appears responsible for dynamic schema manipulation, making it a high-risk attack surface. The vulnerability affects the CMS's core data layer, where attackers can inject malicious SQL syntax through a web-accessible controller action.

RemediationAI

Immediate action: Contact the SSCMS vendor directly to obtain a patched version, as vendor responsiveness status is currently unknown despite early disclosure attempts. If a patch is available, upgrade SSCMS to the latest patched release immediately, as SQL injection in a CMS's core database layer poses critical risk. Interim mitigations (if patching is delayed): implement web application firewall (WAF) rules to detect and block SQL injection patterns in the tableHandWrite parameter (e.g., block requests containing SQL keywords like UNION, SELECT, OR, DROP), restrict access to the SitesAddController.Submit endpoint to trusted administrative IP ranges via network-layer access controls, and enable comprehensive SQL query logging and alerting to detect exploitation attempts. Conduct a security audit of other user-input handling in the DDL Handler and SitesAddController components to identify similar injection vulnerabilities. Reference VulDB submission https://vuldb.com/?submit.771238 for additional community-contributed remediation details.

Share

EUVD-2026-12401 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy