Description
A flaw has been found in Boost Serialization up to 1.91. The impacted element is an unknown function. This manipulation causes improper validation of specified type of input. It is possible to initiate the attack remotely. The exploit has been published and may be used. The maintainer was notified on Aug 2025 and a disclosure deadline was set for 90 days. The maintainer acknowledged but postponed indefinitely citing time concerns. No patch is currently available and the disclosure deadline has expired.
Published: 2026-06-07
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Boost Serialization up to version 1.91 causes improper validation of the specified type of input. When a deserialization operation processes data that has not been correctly validated, an attacker could introduce crafted serialized payloads that may manipulate the internal behavior of the library. The impact is not explicitly defined in the CVE description, but the presence of an available exploit indicates that the vulnerability can result in unintended execution of code or other damaging actions depending on how the data is handled by the application.

Affected Systems

All installations of Boost Serialization through version 1.91 are vulnerable. The issue is tied to the library as a whole rather than to a specific component, so any application that performs deserialization of data using Boost Serialization in this version range is at risk.

Risk and Exploitability

The CVSS score of 6.3 reflects moderate severity, and while no EPSS score is available, the exploit has already been published, underscoring the potential for exploitation. The vulnerability is not listed in the CISA KEV catalog, but the lack of a patch and the remote nature of the attack mean that a threat actor could target exposed services that perform deserialization. The principal risk is the continued exposure of systems that process untrusted serialized input without applying the necessary validation controls.

Generated by OpenCVE AI on June 7, 2026 at 21:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Boost Serialization release newer than 1.91 if one is available to eliminate the flaw.
  • Implement stringent checks to ensure that only trusted and expected types are deserialized; avoid deserializing data received from untrusted external sources.
  • Add explicit input validation or filtering before invoking Boost Serialization deserialization to detect and reject malformed or unexpected payloads.
  • Apply network-level controls to limit access to services that accept serialized data, reducing the attack surface.

Generated by OpenCVE AI on June 7, 2026 at 21:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 08 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 07 Jun 2026 20:00:00 +0000

Type Values Removed Values Added
Description A flaw has been found in Boost Serialization up to 1.91. The impacted element is an unknown function. This manipulation causes improper validation of specified type of input. It is possible to initiate the attack remotely. The exploit has been published and may be used. The maintainer was notified on Aug 2025 and a disclosure deadline was set for 90 days. The maintainer acknowledged but postponed indefinitely citing time concerns. No patch is currently available and the disclosure deadline has expired.
Title Boost Serialization improper validation of specified type of input
First Time appeared Boost
Boost serialization
Weaknesses CWE-1287
CWE-20
CPEs cpe:2.3:a:boost:serialization:*:*:*:*:*:*:*:*
Vendors & Products Boost
Boost serialization
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Boost Serialization
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-08T13:45:44.206Z

Reserved: 2026-06-07T07:25:46.611Z

Link: CVE-2026-11460

cve-icon Vulnrichment

Updated: 2026-06-08T13:45:40.442Z

cve-icon NVD

Status : Deferred

Published: 2026-06-07T20:16:39.993

Modified: 2026-06-08T14:57:14.757

Link: CVE-2026-11460

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T22:45:09Z

Weaknesses
  • CWE-1287

    Improper Validation of Specified Type of Input

  • CWE-20

    Improper Input Validation