Description
Missing Authorization, Improper Resource Shutdown and Job Interruption vulnerability in Apache Nutch Server (Nutch REST API).



This issue affects Apache Nutch: from 1.10 through 1.22.



Users are recommended to upgrade to version 1.23, which removes the Nutch Server.
If an upgrade is not possible, user must restrict access to instances running the Nutch Service to trusted users only.
Please, also visit the Apache Nutch security advisories https://nutch.apache.org/documentation/security/ .
Published: 2026-09-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a missing authorization check in the Nutch REST API that allows an unauthenticated user to force a shutdown of the Nutch Server or to interrupt running jobs. This results in a denial of service by rendering the search indexing service unavailable. The weakness is reflected in CWE-404 (Improper Resource Closure) and CWE-862 (Missing Authorization). The impact is confined to the Nutch service itself; however, because the service may be part of an integrated search platform, interruption could affect downstream applications.

Affected Systems

The flaw exists in all supported Apache Nutch releases from version 1.10 through 1.22. The product is the Apache Nutch search platform component managed by the Apache Software Foundation. Upgrade to 1.23, where the Nutch Server component has been removed, eliminates the vulnerability. Systems still running one of the affected versions without monitoring must consider mitigating access restrictions.

Risk and Exploitability

The formal security metrics indicate that no EPSS score is available and the vulnerability is not cataloged in CISA's KEV list. Nonetheless, the underlying REST API endpoint is reachable over the network, and the absence of authentication means that any network actor that can reach the API would immediately be able to issue shutdown or interruption commands. The likelihood of exploitation depends on exposure; a publicly reachable instance presents a high risk, while an internal, firewall‑protected instance reduces the threat but still allows local attackers to disrupt service. The primary vector appears to be unauthenticated remote exploitation of the REST API.

Generated by OpenCVE AI on September 9, 2026 at 12:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Nutch to version 1.23 or later, removing the vulnerable server component.
  • If an upgrade is not feasible, limit access to the Nutch Service to trusted users only by configuring network firewall rules or host‑based access controls.
  • Apply network segmentation and HTTP authentication mechanisms to restrict who can contact the REST API; for example, enable IP whitelisting or a reverse proxy that enforces authentication before forwarding requests to the Nutch Server.

Generated by OpenCVE AI on September 9, 2026 at 12:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
References

Wed, 09 Sep 2026 11:00:00 +0000

Type Values Removed Values Added
Description Missing Authorization, Improper Resource Shutdown and Job Interruption vulnerability in Apache Nutch Server (Nutch REST API). This issue affects Apache Nutch: from 1.10 through 1.22. Users are recommended to upgrade to version 1.23, which removes the Nutch Server. If an upgrade is not possible, user must restrict access to instances running the Nutch Service to trusted users only. Please, also visit the Apache Nutch security advisories https://nutch.apache.org/documentation/security/ .
Title Apache Nutch: Unauthenticated forced shutdown and job interruption in Nutch Server (Nutch REST API)
Weaknesses CWE-404
CWE-862
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-09T11:10:14.888Z

Reserved: 2026-04-22T06:29:48.621Z

Link: CVE-2026-41869

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T11:17:14.290

Modified: 2026-09-09T12:17:11.877

Link: CVE-2026-41869

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release

  • CWE-862

    Missing Authorization