LiveActive security incident?Get immediate response
CVE Record

CVE-2025-4035: Libsoup: cookie domain validation bypass via uppercase characters in libsoup

A flaw was found in libsoup. When handling cookies, libsoup clients mistakenly allow cookies to be set for public suffix domains if the domain contains at least two components and includes an uppercase character. This bypasses public suffix protections and could allow a malicious website to set cookies for domains it does not own, potentially leading to integrity issues such as session fixation.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Libsoup can mishandle cookie domain checks when uppercase characters appear in a cookie domain. A malicious website could set cookies for a domain it does not own, weakening trust in cookies and potentially enabling session fixation. The impact is integrity-focused, requires user interaction, and is rated medium by the supplied CVSS data.

Executive priority

Treat this as a routine but real integrity issue. It is not a critical outage-risk vulnerability, but organizations should patch through normal Linux maintenance, prioritizing systems where cookie trust affects sessions, embedded browsers, or user authentication flows.

Technical view

The flaw is a CWE-178 case-sensitivity issue in libsoup cookie handling. Public suffix protections can be bypassed when the cookie domain has at least two components and includes uppercase characters. Provided Red Hat data lists libsoup/libsoup3 on RHEL 6, 7, 8, 9, and 10 as affected.

Likely exposure

Exposure is most likely on Red Hat Enterprise Linux systems running applications that use libsoup or libsoup3 to process cookies from untrusted web content. The supplied bundle identifies RHEL 6 through 10 packages, but does not provide a complete non-Red Hat affected-product list.

Exploitation context

The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation would require a user or client application to interact with malicious web content that can influence cookie handling. The expected security consequence is cookie integrity abuse, not direct code execution or availability loss.

Researcher notes

The key weakness is inconsistent case handling during cookie domain validation against public suffix protections. The provided evidence supports Red Hat package impact and the general libsoup behavior, but does not include exploit reports, complete fixed-version data, or a full upstream affected-version matrix.

Mitigation direction

  • Review Red Hat advisory RHSA-2025:8128 for vendor-approved package remediation.
  • Update affected libsoup or libsoup3 packages when vendor-fixed builds are available.
  • Prioritize systems running web-facing, desktop, or embedded clients that process cookies.
  • Check GNOME libsoup upstream issue 443 for project-level guidance.
  • Avoid relying on unpublished workarounds not documented by the vendor.

Validation and detection

  • Inventory RHEL 6 through 10 hosts for installed libsoup and libsoup3 packages.
  • Compare installed package builds against Red Hat CVE and RHSA guidance.
  • Identify applications that use libsoup to process cookies from untrusted sites.
  • Confirm regression coverage for public suffix cookie rejection with uppercase domains.
  • Track remediation status separately for legacy RHEL versions.
Prepared
Confidence
medium
Sources
6

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-178: 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-2025-4035 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
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/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
5Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N2.81.4redhat

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2025-4035Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Made public.

  2. Source timelineredhat

    Reported to Red Hat.

  3. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Enterprise Linux 10libsoup3, 0:3.6.5-3.el10_0.6affected
Red HatRed Hat Enterprise Linux 6libsoupaffected
Red HatRed Hat Enterprise Linux 7libsoupaffected
Red HatRed Hat Enterprise Linux 8libsoupaffected
Red HatRed Hat Enterprise Linux 9libsoupaffected
Weakness

CWE details

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

CWE-178 · source CWE mapping

Improper Handling of Case Sensitivity

Improper Handling of Case Sensitivity represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.