| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2026-30655 | 24 Mar 202600:00 | – | attackerkb | |
| CVE-2026-30655 | 24 Mar 202602:00 | – | circl | |
| e-SIC Livre 安全漏洞 | 24 Mar 202600:00 | – | cnnvd | |
| CVE-2026-30655 | 24 Mar 202600:00 | – | cve | |
| CVE-2026-30655 | 24 Mar 202600:00 | – | cvelist | |
| EUVD-2026-14891 | 24 Mar 202615:30 | – | euvd | |
| CVE-2026-30655 | 24 Mar 202615:16 | – | nvd | |
| PT-2026-27439 | 24 Mar 202600:00 | – | ptsecurity | |
| CVE-2026-30655 | 26 Mar 202615:18 | – | redhatcve | |
| CVE-2026-30655 | 24 Mar 202600:00 | – | vulnrichment |
# CVE-2026-30655 — SQL Injection in esiclivre (password reset)
## Summary
A SQL injection vulnerability exists in the password reset endpoint of esiclivre. An unauthenticated attacker can inject SQL via the `cpfcnpj` POST parameter, potentially resulting in unauthorized access to sensitive information.
## Affected Project
- Repository: https://github.com/esiclivre/esiclivre
- Affected versions: v0.2.2 and earlier
- Affected commit: up to and including 0a72b4c9ab89244ec3bd3d7fa0b765850cc9afd7
## Technical Details
- Endpoint: `POST /reset/index.php`
- Parameter: `cpfcnpj`
- Root cause: user input is concatenated into a SQL query in `Solicitante::resetaSenha()` without parameterization.
## Impact
- Potential unauthorized access to sensitive database information (information disclosure).
## Mitigation / Fix
No upstream fix is available at the time of publication.
Recommended remediation:
- Use parameterized queries (prepared statements) for database access.
- Validate and sanitize user input.
- Consider temporarily restricting access to the password reset endpoint until patched.
## Timeline
- 2025-04-12: Reported to vendor/maintainers
- 2026-02-09: CVE request submitted
- 2026-03-23: CVE-2026-30655 assigned
## Credits
Discovered by Bryan Romero (https://github.com/brynax).Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation