ZeroHour
Story · 1 source · 1 articlefirst updated ()

Ubuntu patch wave: nine USNs hit ImageMagick, FFmpeg, .NET, Netty, glibc, PHP, Python and Apache flaws, capped by Ubuntu 24.04.5 LTS point release

What's new: This is the first merged summary of this story (no previous version exists). It incorporates all ten source reports, with the most recent additions being USN-8739-2 (2026-09-14), which extends four ImageMagick CVEs to Ubuntu 24.04 LTS, and the Ubuntu 24.04.5 LTS point release coverage (2026-09-11). Earlier in the window, USN-8739-1 (2026-09-08) and USN-8716-2 (2026-09-09) covered ImageMagick and…
Merged summary · glm-5.3 · rewritten as coverage arrives

Between 2026-09-08 and 2026-09-14 Canonical published nine Ubuntu Security Notices - six of them on 2026-09-10 alone - patching denial-of-service, code-execution, information-disclosure and DNS-cache-poisoning flaws across Ubuntu 14.04 through 26.04 LTS,…

Between 2026-09-08 and 2026-09-14 Canonical issued a run of Ubuntu Security Notices (16 CVEs named in total) spanning Ubuntu 14.04 through 26.04 LTS. The largest package is ImageMagick: USN-8739-1 (2026-09-08) fixed five CVEs, with CVE-2026-56366, CVE-2026-56368, CVE-2026-56371 and CVE-2026-56373 causing denial of service via crafted images on 14.04-22.04 LTS, and CVE-2026-56370 affecting 22.04 and 26.04 LTS with potential denial of service or arbitrary code execution; USN-8739-2 (2026-09-14) extended the four DoS-class fixes to Ubuntu 24.04 LTS. USN-8716-2 (2026-09-09) brought FFmpeg fixes from USN-8716-1 to Ubuntu 26.04 LTS: the VobSub subtitle demuxer (CVE-2026-64830), the Vulkan HEVC hardware decoder (CVE-2026-64831) and an NVDEC decoder path, all exploitable via crafted media for denial of service or code execution. Six notices landed on 2026-09-10. USN-8740-1 fixed two .NET watch flaws: CVE-2026-58649 (missing cross-origin WebSocket validation in BrowserRefreshServer, exposing sensitive information) and CVE-2026-69806 (information exposure via AspireServerService arguments, enabling privilege elevation and arbitrary code execution). USN-8742-1 fixed a Netty flaw - incorrect bailiwick validation of NS records - that could facilitate DNS cache poisoning; no CVE identifier was stated. USN-8737-2 extended glibc fixes from USN-8737-1 to Ubuntu 24.04 LTS: CVE-2026-19499 (strfmon buffer overflow via right-justification padding) and CVE-2026-19542 (out-of-bounds stack array access in tdelete), both potentially allowing denial of service or code execution. USN-8743-1 patched three PHP flaws: CVE-2026-17543 (SQL injection via incorrect backslash escaping in the PostgreSQL extension), CVE-2026-17544 (out-of-bounds write in bccomp(), DoS or code execution on 26.04 LTS) and CVE-2026-7260 (unbounded recursion via circular symlinks in phar archives, DoS). USN-8744-1 addressed two Python issues across Ubuntu 14.04, 16.04, 18.04, 20.04, 22.04 and 24.04 LTS: CVE-2026-3644 (arbitrary content injection via mishandled control characters in http.cookies) and unbounded recursion in the Expat XML parser reached via pyexpat, a DoS; no exploitation in the wild was reported. USN-8571-2 fixed an Apache HTTP Server regression from USN-8571-1 - a missing library symbol that prevented Apache from starting when HTTP/2 proxying was enabled - on top of the original fixes for CVE-2026-33007 (remote DoS in mod_authn_socache) and an HTTP response splitting flaw affecting multiple…

  • Nine Ubuntu Security Notices published 2026-09-08 through 2026-09-14; six (USN-8740-1, USN-8742-1, USN-8737-2, USN-8743-1, USN-8744-1, USN-8571-2) were issued on 2026-09-10 alone.
  • ImageMagick USN-8739-1/USN-8739-2: CVE-2026-56366, CVE-2026-56368, CVE-2026-56371 and CVE-2026-56373 cause DoS via crafted images on Ubuntu 14.04-22.04 LTS and (via USN-8739-2) 24.04 LTS; CVE-2026-56370, affecting 22.04 and 26.04 LTS,…
  • FFmpeg USN-8716-2 (Ubuntu 26.04 LTS): CVE-2026-64830 (VobSub demuxer) and CVE-2026-64831 (Vulkan HEVC decoder), plus an NVDEC decoder path flaw - crafted media files could cause DoS or code execution.
  • .NET USN-8740-1: CVE-2026-58649 - missing cross-origin WebSocket validation in BrowserRefreshServer exposing sensitive information; CVE-2026-69806 - AspireServerService argument exposure allowing privilege elevation and arbitrary code…
  • Netty USN-8742-1: improper bailiwick validation of NS records could facilitate DNS cache poisoning; no CVE identifier stated in the notice.
  • glibc USN-8737-2 (Ubuntu 24.04 LTS): CVE-2026-19499 strfmon buffer overflow via right-justification padding and CVE-2026-19542 out-of-bounds stack access in tdelete; both may allow DoS or arbitrary code execution.
  • PHP USN-8743-1: CVE-2026-17543 SQL injection in the PostgreSQL extension, CVE-2026-17544 out-of-bounds write in bccomp() (DoS or code execution on 26.04 LTS), CVE-2026-7260 unbounded recursion from circular symlinks in phar archives.
  • Python USN-8744-1: CVE-2026-3644 arbitrary content injection via control characters in http.cookies, plus pyexpat/Expat unbounded-recursion DoS; affects Ubuntu 14.04, 16.04, 18.04, 20.04, 22.04 and 24.04 LTS; no exploitation in the wild…

Coverage timeline

  1. · 8d ago
    Ubuntu Security Notices· 25
    USN-8739-1: ImageMagick vulnerabilities

    Canonical released USN-8739-1 fixing five ImageMagick flaws that could cause denial of service or arbitrary code execution.

Vulnerabilities in this storyAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-12087
Socket versions before 2.041 for Perl have an out-of-bounds heap read.

Socket versions before 2.041 for Perl have an out-of-bounds heap read. In Socket.xs, pack_ip_mreq_source() checks the length of its source argument before the argument is read, so the check tests the byte length carried over from the preceding multiaddr argument instead. Both addresses occupy a 4-byte field, so a valid multiaddr lets a source of any length pass the check, and the source is then copied into the 4-byte imr_sourceaddr field with a fixed-size copy. A source shorter than 4 bytes is not rejected, and the copy reads up to 3 bytes past the end of its buffer. Calling pack_ip_mreq_source() with a source value shorter than 4 bytes copies adjacent heap memory into the returned packed structure.

NVD description · AI analysis pending
9.1<1%
CVE-2026-13221
Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.10 produce silently incorrect regular expression matches when an alterna

Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.10 produce silently incorrect regular expression matches when an alternation of more than 65535 fixed string branches is compiled into a trie in Perl_study_chunk. When such branches are combined into a trie, the delta between the first branch and the shared tail is stored in a 16-bit field. A branch count above 65535 overflows the field, and the trie's match decision table is truncated with no warning or error. A pattern of this shape produces false positive matches (matching strings it should not) and false negative matches (failing to match strings it should). When such a pattern gates an access or filtering decision, the result is wrong.

NVD description · AI analysis pending
9.1<1%
  • perl perl
CVE-2026-17544
+2 in the same advisory: …17543 …7260
Attacker-provided inputs to bccomp() could lead to an out-of-bounds write with stack and heap corruption in PHP versions from 8.4.* before 8.4.24 and from 8.5.*

Attacker-provided inputs to bccomp() could lead to an out-of-bounds write with stack and heap corruption in PHP versions from 8.4.* before 8.4.24 and from 8.5.* before 8.5.9.

NVD description · AI analysis pending
8.1
group max
<1%
  • php php
CVE-2026-19499
Buffer overflow in glibc strfmon() width padding affects glibc 2.38–2.44

The strfmon() and strfmon_l() functions in the GNU C Library (glibc) versions 2.38 through 2.44 can write past the end of a caller-supplied buffer when a monetary conversion uses right-justified width padding. The overflow occurs when the destination buffer is large enough for the padding itself but too small for an internal memmove operation, with the field width or format string potentially attacker-influenced or a fixed susceptible pattern in the calling code. Successful exploitation yields out-of-bounds memory writes in the context of the calling application, plausibly causing crashes (denial of service) or, depending on heap layout, code execution. Any Linux application linked against glibc 2.38–2.44 that calls strfmon/strfmon_l with such patterns is affected, though no network-facing application impact was known at publication. No public proof of concept or in-the-wild exploitation has been reported, and the issue is not on the CISA KEV list.

Do: Apply your distribution's patched glibc packages (e.g., Ubuntu USN-8737-1 / USN-8737-2) or upgrade to a glibc release newer than 2.44, then restart long-running services so they relink against the fixed library. Audit internally developed software for calls to strfmon/strfmon_l with right-justified width padding, especially where monetary format strings or field widths derive from user input, and sanitize or cap those inputs in the interim. Since no network-facing impact is known, prioritize this as routine patching rather than emergency response, but track vendor advisories for newly identified vulnerable applications.

7.7
  • GNU Project GNU C Library (glibc) 2.38 to 2.44
massglibc ships on essentially every Linux system (plausibly >1 billion installations), but the set of applications with a vulnerable strfmon call path is unknown…
CVE-2026-19542
Stack Buffer Overflow in GNU C Library (glibc) tdelete on Deep Trees

A stack-based buffer overflow (CWE-121) exists in the tdelete function of the GNU C Library versions 2.1 through 2.44, where two rebalancing branches push an entry onto an internal parent-node stack without checking capacity, writing one pointer past the end of an alloca-allocated array. Triggering it requires deleting a node at a depth of exactly 40 (or 40 plus a multiple of 20), which implies a tree of at least a million nodes, meaning an attacker would need to drive a very large number of insertions and deletions through an application that uses tsearch/tdelete. The written value is a pointer into a tree node and is not directly attacker controlled, so the most likely outcome is an application crash (low confidentiality/integrity/availability impact per the CVSS 5.6 rating). No affected application in common Linux distributions has been identified, significantly limiting real-world attack surface. No public proof of concept exists and the flaw is not in the CISA KEV catalog.

Do: Apply distribution security updates for glibc as they ship (Ubuntu has published USN-8737-1 and USN-8737-2 covering this issue) rather than waiting for a targeted exploit. Audit any in-house or third-party applications that use tsearch/tdelete on attacker-influenced data, and confirm they cannot accumulate trees of a million or more nodes. Because the written value is not attacker controlled, the primary risk is denial of service via crash, so prioritize patching on long-running services that maintain large search trees.

5.6
  • GNU Project GNU C Library (glibc) 2.1 through 2.44
masshundreds of millions of Linux systems (glibc ships as the default C library on nearly all major distributions), though realistically exploitable applications…
CVE-2026-33007
A NULL pointer dereference in the mod_authn_socache in Apache HTTP Server 2.4.66 and earlier allows an unauthenticated remote user to crash a child process in a

A NULL pointer dereference in the mod_authn_socache in Apache HTTP Server 2.4.66 and earlier allows an unauthenticated remote user to crash a child process in a caching forward proxy configuration. Users are recommended to upgrade to version 2.4.67, which fixes this issue.

NVD description · AI analysis pending
5.3<1%
  • apache http server
CVE-2026-3644
The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete.

The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().

NVD description · AI analysis pending
6.0<1%
  • python python
CVE-2026-56373
+1 in the same advisory: …56366
ImageMagick before 7.1.2-15 contains a use-after-free vulnerability in the PDB decoder that uses a stale pointer when memory allocation fails.

ImageMagick before 7.1.2-15 contains a use-after-free vulnerability in the PDB decoder that uses a stale pointer when memory allocation fails. Attackers can trigger this vulnerability by processing malicious PDB files to cause crashes or write a single zero byte to freed memory.

NVD description · AI analysis pending
6.3
group max
<1%
  • imagemagick imagemagick
CVE-2026-56368
+1 in the same advisory: …56370
ImageMagick before 7.1.2-15 contains a memory leak vulnerability in multiple coders that write raw pixel data where allocated objects are not properly freed.

ImageMagick before 7.1.2-15 contains a memory leak vulnerability in multiple coders that write raw pixel data where allocated objects are not properly freed. Attackers can trigger this leak by processing specially crafted images, causing memory exhaustion and denial of service.

NVD description · AI analysis pending
6.3
group max
<1%
  • imagemagick imagemagick
CVE-2026-56371
ImageMagick before 7.1.2-15 and 6.9.13-40 contains a memory leak in coders/txt.c when processing TXT files with texture attributes:

ImageMagick before 7.1.2-15 and 6.9.13-40 contains a memory leak in coders/txt.c when processing TXT files with texture attributes: the texture object allocated via ReadImage is not released when GetTypeMetrics fails, leaking memory each time a crafted TXT file with a texture attribute is processed.

NVD description · AI analysis pending
6.9<1%
  • imagemagick imagemagick
CVE-2026-58649
Origin Validation Error in Microsoft .NET Enables Cross-Origin Information Disclosure

CVE-2026-58649 is an origin validation error (CWE-346) in Microsoft's .NET platform, meaning the runtime fails to correctly verify the origin of network requests, allowing an unauthenticated attacker to trigger an information-disclosure condition. The CVSS vector (AV:N/AC:L/PR:N/UI:R) indicates the flaw is reachable over a network with low attack complexity and no privileges required, but a victim user must interact with attacker-influenced content for it to fire. A successful attacker gains access to confidential information handled by the affected application (confidentiality impact rated High), with no integrity or availability impact. Any organization running supported .NET deployments that have not yet received the September 2026 Patch Tuesday updates is potentially affected. There is currently no public proof-of-concept, the flaw is not in CISA's KEV, and EPSS puts 30-day exploitation probability at just 0.3%, so no in-the-wild exploitation is known.

Do: Apply Microsoft's September 2026 .NET security updates as part of this month's Patch Tuesday rollout, and check Microsoft's advisory for the exact version ranges that need upgrading. Prioritize internet-facing .NET/ASP.NET applications that perform cross-origin request handling, and review their origin-verification (CORS) configuration as an interim risk reduction. Because exploitation requires user interaction, also treat user-facing lure links as part of the realistic attack path until systems are patched.

6.5<1%
  • Microsoft .NET
masson the order of millions of .NET installations worldwide
CVE-2026-64831
+1 in the same advisory: …64830
FFmpeg versions 8.0 through 8.1.2 contains a stack buffer overflow vulnerability in the Vulkan HEVC hardware decoder that allows remote attackers to overwrite r

FFmpeg versions 8.0 through 8.1.2 contains a stack buffer overflow vulnerability in the Vulkan HEVC hardware decoder that allows remote attackers to overwrite return addresses and adjacent stack frames by supplying a crafted HEVC/H.265 bitstream. Attackers can embed a malicious vps_num_hrd_parameters value exceeding HEVC_MAX_SUB_LAYERS in any supported container format to overflow stack-allocated arrays in the vk_hevc_end_frame function, potentially achieving arbitrary code execution.

NVD description · AI analysis pending
8.7<1%
  • ffmpeg ffmpeg
CVE-2026-69806
Local Privilege Escalation via Sensitive Information Exposure in Microsoft .NET

CVE-2026-69806 is an information-exposure flaw in Microsoft .NET (CWE-200, with an associated code-generation issue, CWE-94) that allows an authorized actor to elevate privileges locally. To trigger it, an attacker must already hold a low-privileged foothold on the target system — such as the ability to execute code as a standard local user — and the high-complexity local attack path requires no user interaction. A successful exploit carries high-impact confidentiality, integrity, and availability consequences, effectively yielding elevation of privilege on the affected host. Any organization running the affected .NET components on Windows clients or servers is in scope, and the fix shipped in Microsoft's September 2026 Patch Tuesday (September 8, 2026), part of a record 966-flaw release. There is no public proof-of-concept, the flaw is not in CISA KEV, and no in-the-wild exploitation is known; EPSS assigns a 1.8% probability of exploitation within 30 days (77th percentile).

Do: Apply the .NET updates released with the September 2026 Patch Tuesday set via Windows Update, WSUS, or the Microsoft Update Catalog, verifying both .NET Framework and modern .NET runtimes against Microsoft's advisory for exact affected version ranges. Prioritize multi-user systems where standard users can already run code — RDS/terminal hosts, build and CI servers, and shared workstations — since the attack requires local access. No workaround is described in the available data, so patching is the primary mitigation.

7.02%
  • Microsoft .NET (sensitive information exposure leading to local elevation of privilege)
massHundreds of millions of installations (.NET ships with Windows and is present on most Windows clients and servers)