Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-89282 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

The Apache Lounge Windows distribution of Apache HTTP Server build contains an insecure installation directory permissions vulnerability through its default install directory on C:\, which inherits write access for Authenticated Users.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-732Incorrect Permission Assignment for Critical ResourceCISA-ADP

Affected Products

ProductVersions
Apache Lounge Apache HTTP Server
All versions

CPE

  • cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Create the C:\Apache24 directory and configure its permissions to restrict write access for Authenticated Users. This can be done using the following commands: 1. Disable inheritance: icacls C:\Apache24 /inheritance:d /T /L 2. Remove the Modify permission for Authenticated Users: icacls C:\Apache24 /remove:g "Authenticated Users" /T /L After applying these changes, only Administrators will have the ability to modify files in this directory.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-89282
NVD Published Date:
Sep 22, 2026
NVD Last Modified:
Sep 23, 2026
Source:
[email protected]
CVE-2026-89282 Details - Not Deferred