CVE-2025-14898
BaseFortify
Publication date: 2025-12-19
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| codeastro | real_estate_management_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-14898 is a SQL injection vulnerability in CodeAstro Real Estate Management System version 1.0, specifically in the administrator endpoint file /admin/userbuilderdelete.php. It occurs because the system improperly handles external input used in SQL queries without properly neutralizing special characters, allowing remote attackers with some level of authentication to manipulate SQL commands. This can lead to unauthorized access or modification of the database. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to remotely manipulate SQL queries on your system, potentially leading to unauthorized reading of sensitive user data, deletion of database rows, and compromise of the system's confidentiality, integrity, and availability. Exploitation requires some level of authentication but can be performed remotely, increasing the risk of data breaches and system disruption. [1, 2]
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 endpoint `/admin/userbuilderdelete.php` in the CodeAstro Real Estate Management System 1.0. One method is to use Google dorking with the query `inurl:admin/userbuilderdelete.php` to identify potentially vulnerable targets. Additionally, monitoring for unusual SQL query manipulations or unexpected database behavior related to this endpoint may help detect exploitation attempts. Specific commands for detection are not provided, but using web scanning tools to probe the endpoint or searching logs for suspicious activity targeting `/admin/userbuilderdelete.php` is recommended. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to the `/admin/userbuilderdelete.php` endpoint to trusted administrators only, applying strict input validation and sanitization to prevent SQL injection, and monitoring for exploitation attempts. Since no known countermeasures or patches are reported, replacing the affected component with an alternative product is suggested. Additionally, limiting privileges of users who can access the admin panel can reduce risk. [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows remote attackers to perform SQL injection attacks that can compromise the confidentiality, integrity, and availability of user data. Such compromises can lead to unauthorized access, data breaches, or data manipulation, which may result in non-compliance with data protection regulations like GDPR and HIPAA that require safeguarding personal and sensitive information. Therefore, exploitation of this vulnerability could negatively impact compliance with these common standards and regulations. [1, 2]