Linux Distros Unpatched Vulnerability : CVE-2026-47734

medium Nessus Plugin ID 317719

Synopsis

The Linux/Unix host has one or more packages installed with a vulnerability that the vendor indicates will not be patched.

Description

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available.

- Dulwich is a pure-Python implementation of the Git file formats and protocols. Starting in version 0.1.0 and prior to version 1.2.5, a client with push access could push a tiny crafted thin pack (~174 bytes) whose delta header declares a huge dest_size. When dulwich ingested it via add_thin_pack / apply_delta, it would allocate hundreds of MB of memory based on that attacker-controlled size, with no relationship to the actual bytes received. Operators running a Dulwich-based Git server that exposes git-receive-pack (i.e. accepts pushes) - for example via dulwich.server functionality, the HTTP smart server, or anything built on ReceivePackHandler - are impacted. The issue is patched in 1.2.5. add_thin_pack now accepts a max_input_size keyword (bytes; 0/None = unlimited, matching git's semantics), and ReceivePackHandler reads receive.maxInputSize from the repository config and passes it through. Wire reads are counted and a PackInputTooLarge exception is raised once the cap is exceeded - equivalent to git index-pack --max-input- size. Users should upgrade to Dulwich 1.2.5 or later and set receive.maxInputSize in their server's repository config to a sane bound for their environment. On unpatched versions, receive.maxInputSize has no effect, so it cannot be used as a workaround. Until upgrading, operators should restrict dulwich- receive-pack (push) access to trusted, authenticated clients only, or disable it entirely on servers that only need to serve fetches and/or run the server under an OS-level memory limit (e.g. ulimit, cgroups/MemoryMax, or a container memory limit) so a malicious push is killed rather than taking down the host. (CVE-2026-47734)

Note that Nessus relies on the presence of the package as reported by the vendor.

Solution

There is no known solution at this time.

See Also

https://access.redhat.com/security/cve/cve-2026-47734

https://security-tracker.debian.org/tracker/CVE-2026-47734

https://ubuntu.com/security/CVE-2026-47734

Plugin Details

Severity: Medium

ID: 317719

File Name: unpatched_CVE_2026_47734.nasl

Version: 1.5

Type: Local

Agent: unix

Family: Misc.

Published: 5/29/2026

Updated: 6/11/2026

Supported Sensors: Agentless Assessment, Frictionless Assessment Agent, Frictionless Assessment AWS, Frictionless Assessment Azure, Nessus Agent, Nessus

Risk Information

VPR

Risk Factor: Medium

Score: 4.4

CVSS v2

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:M/Au:N/C:N/I:N/A:P

CVSS Score Source: CVE-2026-47734

CVSS v3

Risk Factor: Medium

Base Score: 5.7

Temporal Score: 5.2

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:U/RC:C

Vulnerability Information

CPE: cpe:/o:debian:debian_linux:11.0, cpe:/o:centos:centos:7, cpe:/o:redhat:enterprise_linux:7, cpe:/o:redhat:enterprise_linux:8, cpe:/o:canonical:ubuntu_linux:18.04:-:lts, cpe:/o:canonical:ubuntu_linux:16.04:-:lts, cpe:/o:canonical:ubuntu_linux:20.04:-:lts, p-cpe:/a:debian:debian_linux:dulwich, p-cpe:/a:redhat:enterprise_linux:resource-agents, p-cpe:/a:redhat:enterprise_linux:resource-agents-aliyun, p-cpe:/a:redhat:enterprise_linux:resource-agents-gcp, p-cpe:/a:redhat:enterprise_linux:resource-agents-sap, p-cpe:/a:redhat:enterprise_linux:resource-agents-sap-hana, p-cpe:/a:redhat:enterprise_linux:resource-agents-sap-hana-scaleout, p-cpe:/a:redhat:enterprise_linux:sap-cluster-connector, p-cpe:/a:centos:centos:resource-agents, p-cpe:/a:centos:centos:resource-agents-aliyun, p-cpe:/a:centos:centos:resource-agents-gcp, cpe:/o:centos:centos:8, p-cpe:/a:centos:centos:resource-agents-paf, p-cpe:/a:redhat:enterprise_linux:resource-agents-paf, cpe:/o:canonical:ubuntu_linux:22.04:-:lts, cpe:/o:debian:debian_linux:12.0, cpe:/o:canonical:ubuntu_linux:24.04:-:lts, cpe:/o:debian:debian_linux:13.0, p-cpe:/a:centos:centos:resource-agents-sap, p-cpe:/a:centos:centos:resource-agents-sap-hana, p-cpe:/a:centos:centos:resource-agents-sap-hana-scaleout, p-cpe:/a:centos:centos:sap-cluster-connector, p-cpe:/a:canonical:ubuntu_linux:dulwich, cpe:/o:debian:debian_linux:14.0, cpe:/o:canonical:ubuntu_linux:25.10, cpe:/o:canonical:ubuntu_linux:26.04:-:lts

Required KB Items: Host/cpu, Host/local_checks_enabled, global_settings/vendor_unpatched, Host/OS/identifier

Exploit Ease: No known exploits are available

Reference Information

CVE: CVE-2026-47734