CVE-2026-14746
Received Received - Intake

SQL Injection in Real State Services

Vulnerability report for CVE-2026-14746, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-05

Last updated on: 2026-07-05

Assigner: VulDB

Description

A security vulnerability has been detected in code-projects Real State Services 1.0. Affected is an unknown function of the file /addprojectrent.php. The manipulation of the argument amen leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-05
Last Modified
2026-07-05
Generated
2026-07-05
AI Q&A
2026-07-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw found in the Real State Services 1.0 application, specifically in the addprojectrent.php file. It occurs because the 'amen' parameter is not properly validated, allowing attackers to inject malicious SQL queries.

Attackers can exploit this vulnerability remotely without authentication, using techniques like error-based or time-based blind SQL injection to manipulate the database.

Impact Analysis

This vulnerability can lead to unauthorized access to the database, allowing attackers to tamper with data, leak sensitive information, and potentially compromise the entire system.

Because the exploit does not require authentication, it poses a serious risk to system security and data integrity.

Detection Guidance

This SQL injection vulnerability in the addprojectrent.php file can be detected by testing the 'amen' parameter for SQL injection flaws. Techniques include using error-based or time-based blind SQL injection payloads to observe database responses or delays.

Common commands or tools to detect this vulnerability include using curl or sqlmap to send crafted requests targeting the 'amen' parameter and analyzing the responses for SQL errors or time delays.

  • Example curl command to test for error-based SQL injection: curl "http://targetsite/addprojectrent.php?amen=' OR 1=1--"
  • Using sqlmap to automate detection: sqlmap -u "http://targetsite/addprojectrent.php?amen=1" --batch
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection through the 'amen' parameter.

Additionally, apply strict input validation to sanitize and validate all user inputs, especially the 'amen' argument.

Minimize database user permissions to limit the impact of any potential exploitation.

Conduct regular security audits and code reviews to identify and fix similar vulnerabilities.

Compliance Impact

The SQL injection vulnerability in Real State Services 1.0 allows unauthorized database access, data tampering, and sensitive information leakage. Such security flaws can lead to breaches of personal or sensitive data, which directly impacts compliance with data protection regulations like GDPR and HIPAA.

Failure to protect data integrity and confidentiality due to this vulnerability may result in violations of these standards, potentially causing legal and financial consequences for organizations handling protected data.

Mitigating this vulnerability by implementing prepared statements, strict input validation, and minimizing database permissions is essential to maintain compliance with common security requirements in these regulations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14746. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart