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-89281 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 a hardcoded configuration path vulnerability within openssl.cnf path that can allow local code execution.

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

  • Mitigation:low effort

    To secure the Apache installation, restrict access to the C:\Apache24 directory by revoking the Modify permission for Authenticated Users. This can be done using the following commands: 1. Break inheritance from the parent directory: icacls C:\Apache24 /inheritance:d /T /L 2. Remove explicit grants for "Authenticated Users": icacls C:\Apache24 /remove:g "Authenticated Users" /T /L After applying these commands, only Administrators will have the ability to modify or create new files in the Apache directory.

Change History

2 change records found show changes


QUICK INFO

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