CVE-2025-14898
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2025-12-19

Last updated on: 2026-04-29

Assigner: VulDB

Description

A security flaw has been discovered in CodeAstro Real Estate Management System 1.0. This affects an unknown function of the file /admin/userbuilderdelete.php of the component Administrator Endpoint. The manipulation results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-19
Last Modified
2026-04-29
Generated
2026-07-06
AI Q&A
2025-12-19
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
codeastro real_estate_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 Quick Actions

Instant insights powered by AI
Executive Summary

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]

Impact Analysis

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]

Detection Guidance

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]

Mitigation Strategies

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]

Compliance Impact

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]

Chat Assistant

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

EPSS Chart