Description
When Neethi fetches a remote policy reference, it only limits the time per read, not the whole transfer, so a server that trickles bytes slowly can keep the fetch alive indefinitely and tie up the calling thread (denial of service).
Users are recommended to upgrade to version 3.2.4, which fixes this issue.
Published: 2026-09-21
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

Apache Neethi fetches remote policy references but only limits time on each read operation. A malicious or slow responding server can deliver data so slowly that the client thread remains blocked indefinitely, tying up system resources and effectively denying service to legitimate requests. The vulnerability does not expose sensitive data or allow code execution; its primary consequence is availability disruption.

Affected Systems

The issue affects Apache Neethi deployments that rely on remote policy references. All versions prior to the released fix in 3.2.4 are vulnerable; no specific minor versions were listed as unaffected.

Risk and Exploitability

The exploit requires an attacker to control or induce a slow responding policy server that the client contacts. Because the CVSS score is not provided and EPSS is unavailable, the severity cannot be quantified, but the denial-of-service impact could be significant in environments where policy fetching is frequent. The vulnerability is not listed in the CISA KEV catalog and no public exploits are known.

Generated by OpenCVE AI on September 21, 2026 at 12:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Neethi to version 3.2.4 or later, which implements a total transfer timeout for remote policy fetches.
  • Restrict or whitelist the remote policy sources used by the application so that only trusted, well‑performing hosts are contacted.
  • Monitor thread and resource usage for policy fetching operations to detect and remediate any hanging requests promptly.

Generated by OpenCVE AI on September 21, 2026 at 12:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
References

Mon, 21 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770

Mon, 21 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description When Neethi fetches a remote policy reference, it only limits the time per read, not the whole transfer, so a server that trickles bytes slowly can keep the fetch alive indefinitely and tie up the calling thread (denial of service). Users are recommended to upgrade to version 3.2.4, which fixes this issue.
Title Apache Neethi: Remote policy fetch lacks a total timeout, allowing a slow server to hang the request indefinitely
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-21T13:15:19.316Z

Reserved: 2026-09-15T09:58:31.458Z

Link: CVE-2026-91867

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T12:17:25.107

Modified: 2026-09-21T13:17:11.850

Link: CVE-2026-91867

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T12:30:14Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling