Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-33962

5.4 · MEDIUM
Published May 30, 2023 jstachio_project CWE-79 EPSS 0.58% (45th pctl)

Overview

CVE-2023-33962 is a medium-severity vulnerability affecting jstachio_project jstachio. It was published on May 30, 2023 and has a CVSS 3.1 base score of 5.4 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.4, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

JStachio is a type-safe Java Mustache templating engine. Prior to version 1.0.1, JStachio fails to escape single quotes `'` in HTML, allowing an attacker to inject malicious code. This vulnerability can be exploited by an attacker to execute arbitrary JavaScript code in the context of other users visiting pages that use this template engine. This can lead to various consequences, including session hijacking, defacement of web pages, theft of sensitive information, or even the propagation of malware.

Version 1.0.1 contains a patch for this issue. To mitigate this vulnerability, the template engine should properly escape special characters, including single quotes. Common practice is to escape `'` as `&#39`. As a workaround, users can avoid this issue by using only double quotes `"` for HTML attributes.

Remediation

Check the references section for vendor advisories and patches from jstachio_project. Update jstachio to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
jstachio_project jstachio >= 0, < 1.0.1 Affected

Frequently Asked Questions

What is CVE-2023-33962?

CVE-2023-33962 is a medium-severity vulnerability affecting jstachio_project jstachio. It was published on May 30, 2023 and has a CVSS 3.1 base score of 5.4 (MEDIUM).

How severe is CVE-2023-33962?

This vulnerability has a CVSS 3.1 base score of 5.4, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-33962?

Check the references section for vendor advisories and patches from jstachio_project. Update jstachio to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-33962?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-33962 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.