Description
code-projects Blood System 1.0 is vulnerable to Cross Site Scripting (XSS) in /don.php via the city field.
Published: 2026-07-30
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a reflected or stored cross‑site scripting flaw located in the Blood System 1.0 web application. It occurs in the /don.php endpoint when the city form field is processed and reflected in page output without proper sanitization. An attacker who can supply a crafted value for the city field can cause arbitrary JavaScript to run in the context of a victim’s browser, enabling actions such as cookie theft, account hijacking, or defacement of site content.

Affected Systems

The affected product is the open‑source Blood System 1.0 application. No specific vendor is listed, and the only affected version mentioned is 1.0. Because the CNA vendors/products entry is marked n/a, administrators should verify that their deployment matches this version and inspect the /don.php code for the vulnerability.

Risk and Exploitability

The CVSS score of 6.1 indicates a moderate severity, and the EPSS score of less than 1% shows a low probability of exploitation in the wild. The vulnerability is not currently listed in the CISA KEV catalog. The likely attack vector involves a user interacting with the web interface, submitting a malicious payload in the city field, and the victim’s browser executing the reflected script. Harm is confined to the privileges of the authenticated user, but a compromise of an administrative session could lead to broader impact.

Generated by OpenCVE AI on August 3, 2026 at 12:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Blood System to a version in which the /don.php city field input is properly sanitized or escaped.
  • Validate and encode the city parameter on the server before rendering it back to the client, ensuring that any special characters are neutralized.
  • Deploy a strict Content Security Policy that restricts inline scripts and disallows execution of unknown code, reducing the effectiveness of injected payloads.

Generated by OpenCVE AI on August 3, 2026 at 12:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting via City Field in Blood System 1.0

Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Code-projects
Code-projects blood System
Vendors & Products Code-projects
Code-projects blood System

Fri, 31 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting via City Field in Blood System 1.0

Fri, 31 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000

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

Subscriptions

Code-projects Blood System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T18:45:44.327Z

Reserved: 2025-11-18T00:00:00.000Z

Link: CVE-2025-65342

cve-icon Vulnrichment

Updated: 2026-07-31T18:45:37.204Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T21:16:51.777

Modified: 2026-07-31T19:17:02.480

Link: CVE-2025-65342

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:00:07Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')