CVE-2025-65342
Deferred Deferred - Pending Action

Cross Site Scripting (XSS) in Code-Projects Blood System 1.0

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

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: MITRE

Description

code-projects Blood System 1.0 is vulnerable to Cross Site Scripting (XSS) in /don.php via the city field.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects blood_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability is a Cross Site Scripting (XSS) issue in the Blood System 1.0 application. It occurs in the /don.php file when the city field is manipulated to inject malicious scripts.

Detection Guidance

To detect this XSS vulnerability in the Blood System 1.0 application, inspect the /don.php page for improper input validation in the city field. Manually test by submitting script tags like <script>alert(1)</script> in the city field and check if it executes. Use browser developer tools to inspect network requests for reflected or stored XSS payloads.

Impact Analysis

An attacker could exploit this to execute arbitrary scripts in a user's browser, potentially stealing session cookies, redirecting to malicious sites, or performing actions on behalf of the user.

Compliance Impact

XSS vulnerabilities can lead to unauthorized data access or modification, violating GDPR's data protection principles and HIPAA's security requirements for protected health information.

Mitigation Strategies

Immediately sanitize user input in the city field by implementing strict input validation and output encoding. Update the application to reject or escape HTML/script tags in the city parameter. Consider using security libraries like OWASP ESAPI or frameworks with built-in XSS protection.

Chat Assistant

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

EPSS Chart