CVE-2026-37749 is a SQL injection vulnerability in CodeAstro Simple Attendance Management System v1.0. The flaw is present in index.php and is exploitable through the username parameter. According to the provided information, a remote unauthenticated attacker can supply crafted SQL input to the username parameter and bypass the application's authentication mechanism.
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.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
This repository is a small, single-purpose exploit PoC for CVE-2026-37749 affecting CodeAstro Simple Attendance Management System 1.0. It contains two files: a README documenting the vulnerability and exploitation steps, and a Python script (exploit.py) that automates the attack. The exploit targets the web login form at index.php and performs SQL injection in the username field using the payload admin'-- - while supplying arbitrary password data and type=admin. The script uses requests.Session to POST to {base_url}/index.php, then determines success by checking whether the final URL contains 'dashboard' or the response body contains 'logout'. This is a real exploit rather than a detector: it actively attempts authentication bypass and can yield unauthorized admin-panel access if the target is vulnerable. No advanced post-exploitation, shell delivery, or persistence is included; the capability is limited to web-based login bypass. The repository structure is minimal and straightforward, with exploit.py as the clear entry point.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
3 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.