Description
Guardian language-system fails to sanitize the id GET parameter before inserting it into multiple HTML form action attributes in text_file.php (lines 94, 101, 323, 403, 826, 852). An authenticated attacker can craft a URL that injects script tags executing in the victim's browser session.
Published: 2026-07-01
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Guardian language‑system contains a flaw where the id GET parameter is inserted without sanitization into several HTML form action attributes in text_file.php. An authenticated attacker can craft a malicious URL that injects <script> tags, causing client‑side code execution within the victim’s browser session. This cross‑site scripting allows the attacker to run arbitrary script with the privileges of the logged‑in user, but it does not modify server data.

Affected Systems

The Guardian language‑system is the only product mentioned. No specific version numbers are listed, so all released versions of this product are potentially vulnerable unless a patch has been applied.

Risk and Exploitability

The CVSS score of 4.8 classifies the weakness as moderate severity. The EPSS score of less than 1% indicates a very low probability of exploitation. The vulnerability is not currently included in CISA’s KEV catalog. Because an authenticated user must generate the malicious URL, the likely attack vector is a web‑based exploit that requires a user with legitimate access to the affected page. The overall risk remains moderate, bounded by the necessity of authenticated access and the limited impact to client‑side execution only.

Generated by OpenCVE AI on August 1, 2026 at 23:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict access to text_file.php so that only roles that legitimately need it can reach the page, and block unauthenticated requests to the page.
  • Implement proper output encoding or input validation on the id parameter to neutralize any embedded script tags.
  • Monitor application logs for suspicious user activity and consider user education on malicious URLs.

Generated by OpenCVE AI on August 1, 2026 at 23:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Guardian
Guardian language-system
Vendors & Products Guardian
Guardian language-system

Wed, 01 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 01 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Description Guardian language-system fails to sanitize the id GET parameter before inserting it into multiple HTML form action attributes in text_file.php (lines 94, 101, 323, 403, 826, 852). An authenticated attacker can craft a URL that injects script tags executing in the victim's browser session.
Title Guardian Language-System XSS via id Parameter in text_file.php
Weaknesses CWE-79
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Guardian Language-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T18:40:13.413Z

Reserved: 2026-03-25T18:43:09.826Z

Link: CVE-2026-34097

cve-icon Vulnrichment

Updated: 2026-07-01T17:34:28.603Z

cve-icon NVD

Status : Deferred

Published: 2026-07-01T17:16:32.580

Modified: 2026-07-14T19:16:59.140

Link: CVE-2026-34097

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T23:15:03Z

Weaknesses
  • CWE-79

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