CVE-2026-7435 PUBLISHED

SSCMS v7.4.0 SQL Injection via stl:sqlContent queryString

Assigner: VulnCheck
Reserved: 29.04.2026 Published: 30.04.2026 Updated: 30.04.2026

SSCMS v7.4.0 contains a SQL injection vulnerability in the stl:sqlContent tag where the queryString attribute is passed directly to database execution without parameterization or sanitization. Attackers can craft encrypted payloads submitted to the /api/stl/actions/dynamic endpoint to execute arbitrary SQL statements, leading to unauthorized database access, data disclosure, authentication bypass, data modification, or complete database compromise.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor siteserver
Product SSCMS
Versions Default: unknown
  • Version 7.4.0 is affected

Credits

  • hss94531 (https://github.com/hss94531) finder
  • Beatriz Fresno Naumova finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE