CVE-2026-33857 — Apache HTTP Server: Out-of-Bounds $1
CVE-2026-33857 — Out-of-bounds Read vulnerability in mod_proxy_ajp of Apache HTTP Server. This issue affects Apache HTTP Server: through 2.4.66. Users are recommended to upgrade to version 2.4.67, which fixes the issue.
What This Means For You
- If your environment is affected by CWE-125, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-33857 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-33857 - Apache HTTP Server mod_proxy_ajp Out-of-Bounds Read Attempt
Sigma YAML — free preview
title: CVE-2026-33857 - Apache HTTP Server mod_proxy_ajp Out-of-Bounds Read Attempt
id: scw-2026-05-04-ai-1
status: experimental
level: high
description: |
This rule detects attempts to exploit CVE-2026-33857 in Apache HTTP Server. The vulnerability lies in mod_proxy_ajp and can be triggered by specific requests that lead to an out-of-bounds read. This detection looks for requests containing '/ajp13://' in the URI, typically indicative of an attempt to interact with the AJP protocol, combined with a GET method and a 500 Internal Server Error status, which can be a symptom of such an exploit.
author: SCW Feed Engine (AI-generated)
date: 2026-05-04
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-33857/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/ajp13://'
cs-method:
- 'GET'
sc-status:
- '500'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-33857 | vulnerability | CVE-2026-33857 |
| CWE-125 | weakness | CWE-125 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 04, 2026 at 17:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.