Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
HighPublic exploit

SQL Injection in CMSsite 1.0 category.php cat_id Parameter

IdentifiersCVE-2019-25697CWE-89· Improper Neutralization of Special…

CVE-2019-25697 is an unauthenticated SQL injection vulnerability in CMSsite 1.0. The flaw is present in the cat_id parameter processed by category.php. By sending crafted GET requests with malicious SQL syntax in cat_id, an attacker can manipulate backend database queries. According to the provided content, successful exploitation allows extraction of sensitive database information, including usernames and credentials.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation allows a remote, unauthenticated attacker to read sensitive data from the application's backend database. The disclosed impact includes extraction of usernames and credentials. The provided CVSS information also indicates limited integrity impact due to attacker-controlled query manipulation, though no availability impact is described in the supplied content.

Mitigation

If you can’t patch tonight, do this now.

If an official fix is not available, restrict external access to the vulnerable application, especially category.php, through network controls, reverse proxy rules, or IP allowlisting where feasible. Implement web application firewall rules to detect and block SQL injection payloads targeting the cat_id parameter. Add server-side input validation to only accept expected numeric values for cat_id, and monitor logs for suspicious requests to category.php containing SQL metacharacters or anomalous query patterns.

Remediation

Patch, then assume compromise.

Upgrade to a fixed version of CMSsite if one is available from the vendor or maintainer. In the vulnerable code path, eliminate dynamic SQL construction using untrusted input from cat_id and replace it with parameterized queries or prepared statements. Apply strict server-side validation and type enforcement for cat_id as an integer before it is used in any database operation. Review category.php and related database access code for similar injection patterns.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
VictoralagwuCmssiteapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity4

Community discussion across Reddit, Mastodon, and other social sources.