CVE-2026-86226
Received Received - Intake

Cross-Site Scripting in Projectwolds Online Attendance System

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

Publication date: 2026-09-06

Last updated on: 2026-09-06

Assigner: VulDB

Description

A security flaw has been discovered in Projectwolds Online Attendance System 1.0. Affected by this issue is some unknown functionality of the file profile.php. The manipulation of the argument email results in cross site scripting. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-06
Last Modified
2026-09-06
Generated
2026-09-07
AI Q&A
2026-09-07
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
projectwolds online_attendance_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a cross-site scripting (XSS) flaw in Projectwolds Online Attendance System 1.0. It exists in the profile.php file where the email argument is manipulated. This allows attackers to inject malicious scripts that execute in the context of a user's browser.

Detection Guidance

This vulnerability involves a reflected cross-site scripting (XSS) flaw in Projectwolds Online Attendance System 1.0 via the email parameter in profile.php. To detect it, inspect web traffic for suspicious input in the email field, such as scripts or HTML tags. Use tools like Burp Suite or OWASP ZAP to intercept and analyze requests to profile.php. Check server logs for unusual activity or payloads in the email parameter.

Impact Analysis

An attacker could exploit this to steal user sessions, redirect users to malicious sites, or perform actions on their behalf. Since the exploit is public, the risk of real-world attacks is higher. Users with accounts in the system are most affected.

Compliance Impact

This XSS flaw could lead to unauthorized access to personal data, violating GDPR's integrity and confidentiality requirements. For HIPAA, it may compromise protected health information if the system handles such data. Compliance risks include data breaches and lack of adequate security controls.

Mitigation Strategies

Immediately update Projectwolds Online Attendance System to the latest patched version if available. If no patch exists, implement input validation to sanitize the email parameter in profile.php, rejecting any input containing scripts or HTML tags. Use Content Security Policy (CSP) headers to mitigate XSS impact. Monitor network traffic for exploitation attempts and restrict access to profile.php if possible.

Chat Assistant

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

EPSS Chart