Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: python313Packages.microsoft-kiota-serialization-multipart

Found 12 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-11460
2.9 LOW
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Attack Requirement (AT): Present (P)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Vulnerable System Impact Confidentiality (VC): Low (L)
  • Vulnerable System Impact Integrity (VI): Low (L)
  • Vulnerable System Impact Availability (VA): Low (L)
  • Subsequent System Impact Confidentiality (SC): None (N)
  • Subsequent System Impact Integrity (SI): None (N)
  • Subsequent System Impact Availability (SA): None (N)
  • Exploit Maturity (E): POC (P)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Attack Requirement (MAT): Present (P)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): Low (L)
  • Modified Vulnerable System Impact Integrity (MVI): Low (L)
  • Modified Vulnerable System Impact Availability (MVA): Low (L)
  • Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
  • Modified Subsequent System Impact Integrity (MSI): Negligible (N)
  • Modified Subsequent System Impact Availability (MSA): Negligible (N)
  • Safety (S): Not Defined (X)
  • Automatable (AU): Not Defined (X)
  • Recovery (R): Not Defined (X)
  • Value Density (V): Not Defined (X)
  • Vulnerability Response Effort (RE): Not Defined (X)
  • Provider Urgency (U): Not Defined (X)
  • Confidentiality Req. (CR): Not Defined (X)
  • Integrity Req. (IR): Not Defined (X)
  • Availability Req. (AR): Not Defined (X)
created 3 months, 1 week ago Activity log
  • Created suggestion
Boost Serialization improper validation of specified type of input

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.

Affected products

Serialization
  • ==1.14
  • ==1.32
  • ==1.45
  • ==1.5
  • ==1.49
  • ==1.31
  • ==1.78
  • ==1.1
  • ==1.34
  • ==1.24
  • ==1.62
  • ==1.88
  • ==1.81
  • ==1.22
  • ==1.41
  • ==1.80
  • ==1.85
  • ==1.55
  • ==1.21
  • ==1.60
  • ==1.72
  • ==1.8
  • ==1.6
  • ==1.12
  • ==1.16
  • ==1.30
  • ==1.63
  • ==1.28
  • ==1.74
  • ==1.47
  • ==1.79
  • ==1.4
  • ==1.40
  • ==1.54
  • ==1.69
  • ==1.33
  • ==1.37
  • ==1.3
  • ==1.52
  • ==1.91
  • ==1.20
  • ==1.36
  • ==1.0
  • ==1.46
  • ==1.73
  • ==1.83
  • ==1.29
  • ==1.26
  • ==1.48
  • ==1.27
  • ==1.35
  • ==1.18
  • ==1.87
  • ==1.2
  • ==1.56
  • ==1.66
  • ==1.51
  • ==1.90
  • ==1.15
  • ==1.67
  • ==1.44
  • ==1.89
  • ==1.58
  • ==1.38
  • ==1.59
  • ==1.76
  • ==1.82
  • ==1.42
  • ==1.25
  • ==1.61
  • ==1.7
  • ==1.57
  • ==1.9
  • ==1.39
  • ==1.17
  • ==1.11
  • ==1.71
  • ==1.77
  • ==1.86
  • ==1.65
  • ==1.50
  • ==1.13
  • ==1.19
  • ==1.10
  • ==1.43
  • ==1.23
  • ==1.64
  • ==1.70
  • ==1.75
  • ==1.84
  • ==1.53
  • ==1.68

Matching in nixpkgs

pkgs.perlPackages.PHPSerialization

Simple flexible means of converting the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa

  • nixos-unstable 0.34
    • nixpkgs-unstable 0.34
    • nixos-unstable-small 0.34
  • nixos-26.05 -
    • nixos-26.05-small 0.34
    • nixpkgs-26.05-darwin 0.34

pkgs.perl5Packages.PHPSerialization

Simple flexible means of converting the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa

  • nixos-unstable 0.34
    • nixpkgs-unstable 0.34
    • nixos-unstable-small 0.34
  • nixos-26.05 -
    • nixos-26.05-small 0.34
    • nixpkgs-26.05-darwin 0.34
Dismissed
(not in Nixpkgs)
updated 4 months, 3 weeks ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse dismissed (not in Nixpkgs)
Kiota: Code Generation Literal Injection

Kiota is an OpenAPI based HTTP Client code generator. Versions prior to 1.31.1 are affected by a code-generation literal injection vulnerability in multiple writer sinks (for example: serialization/deserialization keys, path/query parameter mappings, URL template metadata, enum/property metadata, and default value emission). When malicious values from an OpenAPI description are emitted into generated source without context-appropriate escaping, an attacker can break out of string literals and inject additional code into generated clients. This issue is only practically exploitable when the OpenAPI description used for generation is from an untrusted source, or a normally trusted OpenAPI description has been compromised/tampered with. Only generating from trusted, integrity-protected API descriptions significantly reduces the risk. To remediate the issue, upgrade Kiota to 1.31.1 or later and regenerate/refresh existing generated clients as a precaution. Refreshing generated clients ensures previously generated vulnerable code is replaced with hardened output.

Affected products

kiota
  • ==< 1.31.1

Matching in nixpkgs

Package maintainers