CVE-2019-25573: Green CMS 2.x SQL Injection via cat Parameter
Green CMS 2.x contains an SQL injection vulnerability that allows authenticated attackers to execute arbitrary SQL queries by injecting malicious code through the cat parameter. Attackers can send GET requests to index.php with m=admin, c=posts, a=index parameters and inject SQL code in the cat parameter to manipulate database queries and extract sensitive information.
Security readout for executives and security teams
Plain-English summary
Green CMS 2.x has an authenticated SQL injection flaw in an admin posts listing parameter. A logged-in attacker could manipulate database queries and potentially read sensitive data. The bundle lists Green CMS 2.0 as affected and rates the issue high, but does not identify a vendor patch.
Executive priority
Prioritize remediation for any internet-facing or business-critical Green CMS deployment, especially where multiple users can access the admin interface. If no supported fix exists, isolate or retire the application.
Technical view
CVE-2019-25573 is CWE-89 SQL injection in Green CMS 2.x through the cat parameter on the admin posts index route. The CVSS 4.0 score is 7.1. The source states PR:L, UI:N, and high confidentiality impact, with low integrity impact and no availability impact.
Likely exposure
Exposure is most likely where Green CMS 2.0 or other Green CMS 2.x deployments are internet-reachable and allow untrusted or compromised authenticated users into the admin area.
Exploitation context
The bundle includes an ExploitDB reference, so public exploit information exists. It does not state active exploitation, and KEV is false in the provided data. Treat exploitation status as unconfirmed.
Researcher notes
Evidence supports an authenticated SQL injection affecting Green CMS 2.x, with Green CMS 2.0 explicitly listed. The source bundle does not name a patch, vulnerable code commit, fixed version, or confirmed in-the-wild exploitation.
Mitigation direction
Inventory all Green CMS deployments and confirm whether version 2.0 or 2.x is present.
Check vendor or advisory guidance for a fixed release before assuming any version is remediated.
Restrict admin access to trusted networks or VPN until remediation is confirmed.
Reduce admin-panel accounts to trusted users only and review account hygiene.
Monitor database and web logs for suspicious authenticated admin requests.
Validation and detection
Confirm whether Green CMS 2.0 or 2.x is deployed in production or staging.
Review admin access logs for posts index requests with unusual cat parameter values.
Verify whether authenticated low-privilege users can reach the affected admin posts function.
Check whether database access from the application uses least-privilege credentials.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.