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.
Published: 2026-09-22
Score: n/a
EPSS: n/a
KEV: No
Impact: Privilege Escalation allowing modification of server files
Action: Patch Immediately
AI Analysis

Impact

The vulnerability arises from the default installation directory of the Apache Lounge Windows distribution of Apache HTTP Server, which is placed on the C:\ drive and inherits write permissions for Authenticated Users. This flaw lets any local authenticated user create or modify files in the installation directory, potentially allowing the alteration of server configuration files or the deployment of malicious executables. The result is that an attacker could gain the ability to run arbitrary code on the server or alter its behavior, compromising confidentiality, integrity, and availability. The weakness aligns with improper permission assignments (CWE‑732) and improper access control (CWE‑284).

Affected Systems

Apache Lounge Windows distribution of Apache HTTP Server is affected. No specific version numbers are disclosed. The issue is tied to installations that use the default C:\ path with its uncontrolled permissions.

Risk and Exploitability

The attack vector is local and requires an authenticated user account that can write to the installation directory. Because the flaw permits modification of critical server files, successful exploitation can lead to arbitrary code execution. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog, but the severity of the potential impact remains substantial. The risk is high for systems where the installation path is left at the default location and where Authenticated Users have write access.

Generated by OpenCVE AI on September 22, 2026 at 21:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest official Apache HTTP Server release or switch from the Apache Lounge Windows distribution to the official distribution.
  • Reconfigure the installation directory’s permissions so that only the Local System or a dedicated service account has write access; remove Authenticated Users write rights.
  • Disable the default installation on C:\ by selecting a custom directory with restrictive permissions and ensuring that only the account running Apache has modify rights.

Generated by OpenCVE AI on September 22, 2026 at 21:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-732

Tue, 22 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
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.
Title CVE-2026-89282
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-09-22T19:17:15.992Z

Reserved: 2026-09-11T11:50:26.551Z

Link: CVE-2026-89282

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T20:17:11.500

Modified: 2026-09-22T20:17:11.500

Link: CVE-2026-89282

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T21:45:06Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-732

    Incorrect Permission Assignment for Critical Resource