CVE-2026-92366 Details
Description
A vulnerability was determined in code-projects Matrimonial System 1.0. This affects an unknown part of the file /search.php of the component Regular Search. This manipulation of the argument sex/mothertongue/maritialstatus/country/state/religion/agemin/agemax causes sql injection. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized.
A critical SQL injection vulnerability has been identified in Code-Projects Matrimonial System version 1.0. The issue resides in the Regular Search component, specifically within the 'search.php' file. The vulnerability is caused by user-supplied input in the sex, mothertongue, maritalstatus, country, state, religion, agemin, and agemax parameters being directly concatenated into an SQL query without proper sanitization or the use of parameterized statements. This flaw allows remote attackers to manipulate the SQL query, potentially leading to unauthorized database access and data extraction.
Developers are advised to replace dynamic SQL queries with prepared statements, use parameterized queries through PDO or MySQLi, validate and sanitize all user inputs, and remove unnecessary database administrative privileges.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 16, 2026CISA-ADP
Assessed Sep 16, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| code-projects Matrimonial System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 16, 2026 | CVE Modified | CISA-ADP |
| Sep 16, 2026 | New CVE Received | [email protected] |
Volerion