Description
Multiple reflected Cross-Site Scripting (XSS) vulnerabilities in damasac thaipalliative_lte through version 3.0 allow remote attackers to inject arbitrary web script or HTML via the idFormMain parameter (line 24), the id parameter (lines 25, 75), and the ptid_key parameter (lines 26, 42) in /substudy/ezform.php. User input is echoed into HTML attributes and JavaScript contexts without encoding.
Published: 2026-06-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The damasac thaipalliative_lte web application contains a reflected cross‑site scripting vulnerability that is triggered when an attacker supplies specially crafted input via the idFormMain, id, or ptid_key parameters to the ezform.php script. The application echoes these parameter values directly back into the page without applying any form of HTML or JavaScript encoding, allowing malicious payloads to execute arbitrary client‑side code with the privileges of the victim’s browser session. Attackers can hijack sessions, steal authentication cookies, or inject phishing content, thereby compromising confidentiality, integrity, and availability. This weakness is exemplified by CWE-79 reflected XSS.

Affected Systems

The vulnerable product is damasac thaipalliative_lte, distributed on GitHub and susceptible through version 3.0 or earlier. The flaw resides specifically in the /substudy/ezform.php file, where the idFormMain, id, and ptid_key parameters are used without proper sanitization. No other vendors or product versions are listed as affected.

Risk and Exploitability

The flaw can be exploited remotely by crafting URLs or form submissions containing malicious payloads in the idFormMain, id, or ptid_key fields, which are reflected immediately into the client’s browser. No authentication or privileged access is required; any user who visits the vulnerable endpoint is at risk. Because the EPSS score is not available and the issue is not listed in the CISA KEV catalog, the precise likelihood of exploitation is unclear, but XSS remains a common attack surface. The absence of mitigations such as proper encoding or a Content Security Policy makes the vulnerability high‑risk for any environment running an unpatched version of the application.

Generated by OpenCVE AI on June 5, 2026 at 15:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Sanitize and encode all user‑supplied values of idFormMain, id, and ptid_key before rendering them in HTML or JavaScript output, using functions such as htmlspecialchars or a dedicated XSS‑safe rendering library.
  • Implement a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins.
  • Upgrade to the latest release of the damasac thaipalliative_lte application once it includes a fix for the XSS flaw; if no newer release is available, manually apply the encoding changes to ezform.php to prevent reflection of unsanitized input.

Generated by OpenCVE AI on June 5, 2026 at 15:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 05 Jun 2026 16:15:00 +0000

Type Values Removed Values Added
Title Reflected XSS in damasac thaipalliative_lte ezform.php via idFormMain, id, and ptid_key Parameters
Weaknesses CWE-79

Fri, 05 Jun 2026 14:45:00 +0000

Type Values Removed Values Added
Description Multiple reflected Cross-Site Scripting (XSS) vulnerabilities in damasac thaipalliative_lte through version 3.0 allow remote attackers to inject arbitrary web script or HTML via the idFormMain parameter (line 24), the id parameter (lines 25, 75), and the ptid_key parameter (lines 26, 42) in /substudy/ezform.php. User input is echoed into HTML attributes and JavaScript contexts without encoding.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-06-05T14:36:43.189Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38579

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-06-05T15:16:52.850

Modified: 2026-06-05T16:04:48.437

Link: CVE-2026-38579

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-05T16:00:11Z

Weaknesses