CVE-2026-14747
Received Received - Intake

SQL Injection in Real State Services 1.0

Vulnerability report for CVE-2026-14747, 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 vulnerability was detected in code-projects Real State Services 1.0. Affected by this vulnerability is an unknown functionality of the file /addprojectsale.php. The manipulation of the argument amen results in sql injection. The attack can be launched remotely.

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

Showing 1 associated CPE
Vendor Product Version / Range
code-projects real_state_services 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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw found in the 'addprojectsale.php' file of the Real State Services version 1.0 project. It occurs because the 'amen' parameter is not properly validated, allowing attackers to inject malicious SQL queries into the database.

An attacker can exploit this vulnerability remotely without needing authentication, using techniques such as error-based or time-based blind SQL injection.

Successful exploitation can lead to unauthorized access to sensitive data, data tampering, system compromise, and disruption of services.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive information stored in the database.

Attackers may alter or delete data, potentially compromising the integrity of your system.

It can also lead to system compromise and disruption of services, affecting availability.

Since no authentication is required to exploit this flaw, it increases the risk of remote attacks.

Detection Guidance

This SQL injection vulnerability in the 'addprojectsale.php' file can be detected by testing the 'amen' parameter for SQL injection flaws using error-based or time-based blind SQL injection techniques.

Common detection methods include sending specially crafted payloads to the 'amen' parameter and observing the application's response for SQL errors or time delays.

  • Use tools like sqlmap to automate detection, for example: sqlmap -u "http://targetsite/addprojectsale.php?amen=1" --batch
  • Manually test by injecting SQL syntax such as a single quote (') or logical operators (e.g., ' OR 1=1 --) into the 'amen' parameter and check for database error messages.
  • Use curl or wget to send test requests, for example: curl "http://targetsite/addprojectsale.php?amen=1'" and observe the response for SQL errors.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection.

Strict input validation should be applied to the 'amen' parameter to ensure only expected data is processed.

Minimize database user permissions to limit the impact of a potential exploit.

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

Chat Assistant

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

EPSS Chart