Description
SOY Calendar contains a cross-site scripting vulnerability. An arbitrary script may be executed on the web browser of the user who is logging in to the product.
Published: 2026-08-28
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Scripting allowing arbitrary script execution in authenticated users' browsers
Action: Assess Impact
AI Analysis

Impact

SOY Calendar is vulnerable to cross‑site scripting, enabling an attacker to inject and execute arbitrary JavaScript within the web browser of any authenticated user. The flaw appears to originate from user input that is rendered in the browser without proper sanitization; this inference comes from the nature of XSS vulnerabilities but is not explicitly described in the advisory. Successful exploitation could allow an attacker to steal session cookies or perform actions on behalf of the user. The weakness corresponds to CWE‑79.

Affected Systems

The vulnerability affects the SOY Calendar product released by Tsuyoshi Saito. No specific software version list was supplied; all releases that do not contain the vendor patch should be considered vulnerable until an update is applied.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, and the EPSS score is <1%, indicating a very low probability of exploitation. The issue is not listed in CISA’s KEV catalog. The exploit requires an authenticated user to interact with malicious content, so the likely attack vector is via a crafted link or form submission within the application. Based on the description, it is inferred that the attacker would need a legitimate session before injection can occur. Until a vendor patch is released, the risk remains.

Generated by OpenCVE AI on August 28, 2026 at 14:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched version of SOY Calendar from Tsuyoshi Saito once available.
  • Sanitize all user‑supplied input on the server side and apply proper output encoding before rendering in the browser, following OWASP XSS prevention guidelines.
  • Deploy a Content Security Policy that restricts script execution to trusted origins and enable X-Content-Type-Options to mitigate MIME‑type sniffing.

Generated by OpenCVE AI on August 28, 2026 at 14:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Saitodev
Saitodev soy Calendar
Vendors & Products Saitodev
Saitodev soy Calendar

Fri, 28 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting in SOY Calendar Allows Arbitrary Script Execution for Authenticated Users

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description SOY Calendar contains a cross-site scripting vulnerability. An arbitrary script may be executed on the web browser of the user who is logging in to the product.
Weaknesses CWE-79
References
Metrics cvssV3_0

{'score': 5.4, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/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

Saitodev Soy Calendar
cve-icon MITRE

Status: PUBLISHED

Assigner: jpcert

Published:

Updated: 2026-08-28T16:12:47.204Z

Reserved: 2026-08-24T04:26:29.600Z

Link: CVE-2026-77838

cve-icon Vulnrichment

Updated: 2026-08-28T16:12:40.643Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T08:16:41.680

Modified: 2026-08-28T20:19:56.280

Link: CVE-2026-77838

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T16:12:51Z

Weaknesses
  • CWE-79

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