CVE-2026-33857 — Apache HTTP Server: Out-of-Bounds $1

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 formats

2 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.

high T1190 Initial Access

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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-33857 vulnerability CVE-2026-33857
CWE-125 weakness CWE-125
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-6266: AAP Gateway Email Auto-Link Flaw Allows Account Hijack

CVE-2026-6266 — A flaw was found in the AAP gateway. The user auto-link strategy, introduced in AAP 2.6, automatically links an external Identity Provider (IDP)...

vulnerabilityCVEhigh-severitycwe-305
/SCW Vulnerability Desk /HIGH /8.3 /⚑ 3 IOCs

CVE-2026-34032 — Apache HTTP Server: Out-of-Bounds $1

CVE-2026-34032 — Improper Null Termination, Out-of-bounds Read vulnerability in Apache HTTP Server. This issue affects Apache HTTP Server: through 2.4.66. Users are recommended to upgrade...

vulnerabilityCVEmedium-severityout-of-bounds-1cwe-125cwe-170
/SCW Vulnerability Desk /MEDIUM /5.3 /⚑ 3 IOCs /⚙ 1 Sigma

CVE-2026-31205 — Pluck CMS Before V.4.7.21dev Vulnerability

CVE-2026-31205 — Cross Site Scripting vulnerability in Pluck CMS before v.4.7.21dev allows a remote attacker to escalate privileges via the editpage.php and the sanitizePageContent function...

vulnerabilityCVEmedium-severity
/SCW Vulnerability Desk /MEDIUM /5.7 /⚑ 1 IOC /⚙ 3 Sigma