Threats Tagged 'ubuntu-pro-16-04-lts'
View all threats tagged with 'ubuntu-pro-16-04-lts'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'ubuntu-pro-16-04-lts'
Click on any threat for detailed analysis and mitigation recommendations
Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement updateCVE-2026-14457 0 This update includes the following RPMs: openssl: * openssl-3.5.8-0.1.hum1 (aarch64, x86_64) * openssl-config-fips-3.5.8-0.1.hum1 (aarch64, x86_64) * openssl-devel-3.5.8-0.1.hum1 (aarch64, x86_64) * openssl-devel-engine-3.5.8-0.1.hum1 (aarch64, x86_64) * openssl-fips-provider-upstream-3.5.8-0.1.hum1 (aarch64, x86_64) * openssl-libs-3.5.8-0.1.hum1 (aarch64, x86_64) * openssl-perl-3.5.8-0.1.hum1 (aarch64, x86_64) * openssl-3.5.8-0.1.hum1.src (src) Join the discussion | GCVE Database | 08/25/2026, 21:57:30 UTC Added: 08/27/2026, 15:12:41 UTC |
Nodejs: QUIC Server May Trigger Double Free When Processing INITIAL Packet (CVE-2026-18798)CVE-2026-18798 0 QUIC Server May Trigger Double Free When Processing INITIAL Packet Join the discussion | GCVE Database | 08/25/2026, 00:00:00 UTC Added: 08/27/2026, 15:12:41 UTC |
Openssl: Excessive Memory Use Buffering DTLS Records for a Future Epoch (CVE-2026-54874)CVE-2026-54874 0 Excessive Memory Use Buffering DTLS Records for a Future Epoch Join the discussion | GCVE Database | 08/25/2026, 00:00:00 UTC Added: 08/27/2026, 15:12:41 UTC |
Openssl: Heap Buffer Overflow in CMS Key Unwrapping (CVE-2026-63072)CVE-2026-63072 0 Heap Buffer Overflow in CMS Key Unwrapping Join the discussion | GCVE Database | 08/25/2026, 00:00:00 UTC Added: 08/27/2026, 15:12:39 UTC |
Nodejs: CMP Indefinite Cache Growth of ExtraCerts (CVE-2026-63074)CVE-2026-63074 0 CMP Indefinite Cache Growth of ExtraCerts Join the discussion | GCVE Database | 08/25/2026, 00:00:00 UTC Added: 08/27/2026, 15:12:39 UTC |
Nodejs: QUIC ACK-only Packet Retention Can Cause Memory Exhaustion (CVE-2026-63075)CVE-2026-63075 0 QUIC ACK-only Packet Retention Can Cause Memory Exhaustion Join the discussion | GCVE Database | 08/25/2026, 00:00:00 UTC Added: 08/27/2026, 15:12:39 UTC |
Nodejs: Invalid Pointer Dereference in CMP Server via Crafted protectionAlg (CVE-2026-63076)CVE-2026-63076 0 Invalid Pointer Dereference in CMP Server via Crafted protectionAlg Join the discussion | GCVE Database | 08/25/2026, 00:00:00 UTC Added: 08/27/2026, 15:12:39 UTC |
The URLS regular expression in nltk/tokenize/casual.py, compiled into TweetTokenizer.WORD_RE and applied by TweetTokenizer.tokenize, contains a… (CVE-2026-72818)CVE-2026-72818 0 The URLS regular expression in nltk/tokenize/casual.py, compiled into TweetTokenizer.WORD_RE and applied by TweetTokenizer.tokenize, contains a naked-domain branch whose domain-label prefix [a-z0-9]+(?:[.\-][a-z0-9]+)* is unbounded. Input consisting of many alternating label separators can be partitioned in exponentially many ways, and because the branch also requires a trailing top-level domain that such input never supplies, the engine explores those partitions before failing at each offset. A few kilobytes of input therefore consumes seconds to minutes of single-threaded CPU, and the HANG_RE substitution performed before matching does not collapse the pattern. TweetTokenizer is intended for tokenizing untrusted social-media text, so any service that applies it, or the module-level casual_tokenize, to submitted text can be stalled per request without authentication. Version 3.10.1 bounds the label repetition. Join the discussion | GCVE Database | 08/25/2026, 00:00:00 UTC Added: 08/27/2026, 15:12:39 UTC |
CVE-2026-59183: CWE-190: Integer Overflow or Wraparound in AcademySoftwareFoundation openexrCVE-2026-59183 0 OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. In versions 3.1.0 through 3.2.10, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13, an int32_t multiplication in OpenEXRCore's unpack_sample_table() can overflow while decoding a crafted deep tiled EXR file, producing an invalid pointer that leads to a read from an unmapped memory address and a crash. Because the overflow occurs in the standard decoding path (exr_decoding_run), any application that decodes deep tiled EXR files is affected. This issue is fixed in versions 3.2.11, 3.3.13, and 3.4.14. Join the discussion | CVE Database V5 | 08/25/2026, 00:45:02 UTC Added: 08/25/2026, 01:22:45 UTC |
CVE-2026-55373: CWE-190: Integer Overflow or Wraparound in AcademySoftwareFoundation openexrCVE-2026-55373 0 OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13. Join the discussion | CVE Database V5 | 08/25/2026, 00:39:45 UTC Added: 08/25/2026, 00:52:54 UTC |
Showing 1 to 10 of 679 results