CVE-2026-3069
Received Received - Intake
SQL Injection in itsourcecode DMS /edtlbls.php Enables Remote Attack

Publication date: 2026-02-24

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in itsourcecode Document Management System 1.0. Affected is an unknown function of the file /edtlbls.php. The manipulation of the argument field1 leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-24
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2026-02-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
admerc document_management_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

[{'type': 'paragraph', 'content': "CVE-2026-3069 is a critical SQL injection vulnerability found in itsourcecode Document Management System version 1.0, specifically in the file /edtlbls.php. The vulnerability arises because the application fails to properly sanitize or validate the 'field1' parameter, allowing an attacker to inject malicious SQL code. This flaw enables attackers to manipulate database queries by inserting specially crafted input, which can compromise the confidentiality, integrity, and availability of the system."}, {'type': 'paragraph', 'content': 'The attack can be initiated remotely without requiring any authentication, making exploitation straightforward. Various types of SQL injection techniques such as boolean-based blind, error-based, and time-based blind injections are possible through this vulnerability.'}] [1, 2, 3]


How can this vulnerability impact me? :

This vulnerability can have severe impacts including unauthorized database access, leakage of sensitive data, data tampering, and potentially full system compromise. Attackers can manipulate or delete data, disrupt service availability, and gain comprehensive control over the affected system.

Since exploitation requires no authentication, attackers can remotely execute these attacks easily, threatening business continuity and system security.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': "This vulnerability can be detected by testing the affected URL endpoint /edtlbls.php for SQL injection on the 'field1' POST parameter."}, {'type': 'paragraph', 'content': 'One suggested command to test for this vulnerability is using sqlmap, a popular automated SQL injection tool.'}, {'type': 'list_item', 'content': 'python sqlmap.py --random-agent --batch -u "http://<target-ip-or-domain>/edtlbls.php" --data "field1=1" --dbms=mysql --current-db'}, {'type': 'paragraph', 'content': 'Additionally, vulnerable targets can be identified using Google dorking with queries such as: inurl:edtlbls.php'}] [1, 2]


What immediate steps should I take to mitigate this vulnerability?

[{'type': 'paragraph', 'content': 'Immediate mitigation steps include replacing the affected software with an alternative product, as no known countermeasures or patches are documented.'}, {'type': 'paragraph', 'content': 'Other recommended actions are:'}, {'type': 'list_item', 'content': 'Use prepared statements and parameter binding to separate SQL code from user input.'}, {'type': 'list_item', 'content': 'Implement strict input validation and filtering to ensure inputs conform to expected formats.'}, {'type': 'list_item', 'content': "Minimize database user permissions, avoiding use of high-privilege accounts like 'root' or 'admin' for routine operations."}, {'type': 'list_item', 'content': 'Conduct regular security audits to identify and fix vulnerabilities promptly.'}] [1, 2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart