CVEbaza.plCWE DictionaryCWE-433
Common Weakness Enumeration

CWE-433

Unparsed Raw Web Content Delivery

Category: VariantCVE: 1
Description

The product stores raw content or supporting code under the web document root with an extension that is not specifically handled by the server.

Extended Description

If code is stored in a file with an extension such as ".inc" or ".pl", and the web server does not have a handler for that extension, then the server will likely send the contents of the file directly to the requester without the pre-processing that was expected. When that file contains sensitive information such as database credentials, this may allow the attacker to compromise the application or associated components.

CVE vulnerabilities with CWE-433 (1)
6.5
CVSS
MEDIUM
CVE-2026-31841

Hyperterse is a tool-first MCP framework for building AI-ready backend surfaces from declarative config. Prior to v2.2.0, the search tool allows LLMs to search for tools using natural language. While returning results, Hyperterse also returned the raw SQL queries, exposing statements which were supposed to be executed under the hood, and protected from being displayed publicly. This issue has been fixed as of v2.2.0.

pub. 2026-03-12
Information
ID: CWE-433
Type: Variant
Vulnerabilities: 1
MITRE CWE ↗
← CWE Dictionary