CVE-2026-0697
Unknown Unknown - Not Provided
SQL Injection in code-projects IMS edit_admin.php Allows Remote Exploit

Publication date: 2026-01-08

Last updated on: 2026-04-29

Assigner: VulDB

Description
A flaw has been found in code-projects Intern Membership Management System 1.0. The impacted element is an unknown function of the file /intern/admin/edit_admin.php. This manipulation of the argument admin_id causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-08
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-01-08
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
code-projects intern_membership_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?

CVE-2026-0697 is a SQL injection vulnerability in version 1.0 of the code-projects Intern Membership Management System. It exists in the file /intern/admin/edit_admin.php, specifically in the handling of the admin_id parameter. Due to improper neutralization of special characters in this parameter, an attacker can manipulate SQL queries, potentially executing arbitrary SQL commands. This flaw can be exploited remotely and requires some level of authentication. [2, 3]


How can this vulnerability impact me? :

This vulnerability can impact you by allowing attackers to compromise the confidentiality, integrity, and availability of your system. Exploiting the SQL injection flaw can lead to unauthorized data retrieval, modification, or deletion within the database. This can result in exposure of sensitive information, data corruption, or disruption of system services. [2, 3]


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

This vulnerability can be detected by checking for the presence of the vulnerable script `/intern/admin/edit_admin.php` and testing the `admin_id` parameter for SQL injection. One method is to use Google dorking with the query `inurl:intern/admin/edit_admin.php` to locate potentially vulnerable targets. For direct testing, you can use tools like sqlmap to test the parameter, for example: `sqlmap -u "http://target/intern/admin/edit_admin.php?admin_id=1" --batch`. Additionally, manual testing by injecting SQL payloads into the `admin_id` parameter and observing error messages or unexpected behavior can help detect the vulnerability. [2]


What immediate steps should I take to mitigate this vulnerability?

No known countermeasures or mitigations have been documented for this vulnerability. The suggested immediate step is to replace the affected component (Intern Membership Management System version 1.0) with an alternative product that is not vulnerable. Until a patch or fix is available, restricting access to the vulnerable script and monitoring for exploitation attempts is advisable. [2]


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

The vulnerability allows unauthorized access to sensitive data through SQL injection, which can compromise the confidentiality, integrity, and availability of the system. Such a compromise may lead to violations of data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information. However, no specific compliance impact or regulatory assessment is detailed in the provided resources. [2, 3]


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