LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25103: Use-after-free vulnerabilities in lighttpd <= 1.4.50

There exists use-after-free vulnerabilities in lighttpd <= 1.4.50 request parsing which might read from invalid pointers to memory used in the same request, not from other requests.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-25103 is a lighttpd request-parsing memory safety issue affecting versions up to 1.4.50. A remote unauthenticated requester may cause lighttpd to read invalid memory from the same request context. The published impact is limited confidentiality exposure, not system takeover or service disruption.

Executive priority

Treat this as a moderate remediation item. It is remotely reachable and unauthenticated, but the cited impact is limited to low confidentiality exposure. Fix exposed and embedded instances during normal vulnerability management unless business context makes the hosted data unusually sensitive.

Technical view

The issue is a CWE-416 use-after-free in lighttpd <= 1.4.50 request parsing. The CVSS 3.1 vector is network reachable, low complexity, no privileges, no user interaction, unchanged scope, with low confidentiality impact and no stated integrity or availability impact.

Likely exposure

Exposure is most likely where lighttpd <= 1.4.50 serves public or internal HTTP traffic, including embedded, appliance, or IoT environments that bundle lighttpd. Confirm by version inventory, package manifests, SBOMs, and vendor advisories for packaged firmware.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. It indicates remote reachability and low attack complexity, but also states reads are from memory used in the same request, not other requests.

Researcher notes

The available description narrows memory exposure to invalid pointers within the same request, which reduces conclusions about cross-request data leakage. The bundle includes fixing commits, but no explicit exploit evidence. Validate fixed-version mapping from lighttpd or downstream vendor advisories before closing findings.

Mitigation direction

  • Upgrade lighttpd beyond the affected <= 1.4.50 range using vendor-supported packages.
  • Check lighttpd and device vendor advisories for the exact fixed release path.
  • Prioritize internet-facing and appliance-bundled lighttpd instances first.
  • Restrict access to exposed lighttpd services where upgrades require maintenance windows.
  • Track firmware vendors separately when lighttpd is embedded in products.

Validation and detection

  • Inventory lighttpd versions across servers, containers, appliances, and firmware images.
  • Confirm whether any detected instance reports version 1.4.50 or earlier.
  • Review SBOMs and package manifests for bundled lighttpd components.
  • Verify vendor advisory status for appliances that do not expose package versions.
  • Document exceptions with compensating controls and planned remediation dates.
Prepared
Confidence
medium
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-416: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2018-25103 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2018-25103Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
lighttpdlighttpd*Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.