Threats Tagged 'openeuler-24-03-lts-sp1'
View all threats tagged with 'openeuler-24-03-lts-sp1'. 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 'openeuler-24-03-lts-sp1'
Click on any threat for detailed analysis and mitigation recommendations
0 Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards. To help increase online privacy, Unbound supports DNS-over-TLS which allows clients to encrypt their communication. Unbound is available for most platforms such as FreeBSD, OpenBSD, NetBSD, MacOS, Linux and Microsoft Windows. Unbound is a totally free, open source software under the BSD license. It doesn't make custom builds or provide specific features to paying customers only. Security Fix(es): In NLnet Labs Unbound up to and including 1.26.0, a vulnerability was found in the DNSSEC validator that enables denial of service and possible remote code execution as a result of digesting DNSKEYs. A DNSKEY with an owner compression pointer to its own RDATA can overflow the digest buffer. Remote code execution is possible through attacker controlled data. An adversary can exploit the vulnerability by controlling a malicious zone and querying a vulnerable Unbound.(CVE-2026-81642) Join the discussion | GCVE Database | 09/25/2026, 01:28:51 UTC Added: 09/24/2026, 06:08:12 UTC |
0 The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system. More detail: https://alsa.opensrc.org/Alsa-lib Security Fix(es): alsa-lib through 1.2.16.1 contains a stack buffer overflow in the __snd_ctl_ascii_elem_id_parse() function that writes one byte past a 64-byte buffer when parsing a name= field with 64 or more characters. Attackers can supply a long control-element identifier string through saved state files or command-line arguments to overwrite adjacent stack memory and crash the calling process.(CVE-2026-90781) Join the discussion | CVE Database V5 | 09/25/2026, 01:28:41 UTC Added: 09/13/2026, 22:12:49 UTC |
0 PCRE2 is a re-working of the original PCRE1 library to provide an entirely new API. Since its initial release in 2015, there has been further development of the code and it now differs from PCRE1 in more than just the API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the 32-bit library, which processes strings of 32-bit values. Unlike PCRE1, there are no C++ wrappers. Security Fix(es): PCRE2 before 10.48 has a pcre2_match out-of-bounds read after a JIT fallback when an attacker can provide invalid UTF data.(CVE-2026-89156) PCRE2 before 10.48, on 32-bit platforms, has a pcre2_pattern_convert out-of-bounds write when an attacker can provide a large pattern.(CVE-2026-89157) PCRE2 before 10.48, on 32-bit platforms, has a pcre2_compile_32 integer overflow and resultant out-of-bounds write.(CVE-2026-89158) PCRE2 before 10.48 has a pcre2_match out-of-bounds read during the PCRE2_MATCH_INVALID_UTF matching of an invalid UTF subject.(CVE-2026-89160) In PCRE2 before 10.48, pcre2_jit_match mishandles a previously copied subject being passed in as a context. An incorrect free operation can occur.(CVE-2026-89161) Join the discussion | CVE Database V5 | 09/25/2026, 01:28:33 UTC Added: 09/11/2026, 04:17:24 UTC |
A really Ruby Mail handler. Security Fix(es): Affected versions of this package are vulnerable to Improper Validation of Syntactic Correctness of Input through `q_value_decode` and `b_value_decode` in `lib/mail/utilities.rb`. An attacker can make a display name or local part decode to a different address than intended by supplying a malformed RFC 2047 encoded-word, including one that embeds extra encoded-word markers or additional text. The decoders only matched the first encoded-word and used a greedy charset capture, so a crafted header could cause the parsed `From`, `To`, or `Reply-To` value to omit or reshuffle literal text. Applications that display, compare, or authorize based on the decoded address can then present or act on a spoofed sender or recipient address.(CVE-2026-63435) Join the discussion | CVE Database V5 | 09/25/2026, 01:28:27 UTC Added: 09/01/2026, 20:23:45 UTC |
0 Flatpak before version 1.18.1 contains a vulnerability that allows a malicious sandboxed application to gain arbitrary read and write access to host files, potentially leading to arbitrary code execution on the host. This issue arises due to missing symlink protection in app data directories created within the sandbox, which can be exploited to redirect directory mounts to arbitrary host locations. Join the discussion | GCVE Database | 09/25/2026, 01:28:23 UTC Added: 09/13/2026, 00:36:05 UTC |
0 A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include httplib.h file in your code! Security Fix(es): cpp-httplib is a C++ header-only HTTP/HTTPS library. In version 0.49.0, the chunked-response trailer output path writes trailer header names and values directly to the socket without validating them, allowing CRLF sequences in a trailer field to inject additional headers or split the HTTP response. Unlike every other header-writing path in the library, the trailer-writing code applies none of the field-name and field-value checks that reject carriage return and line feed, so an application that places attacker-influenced data into a chunked response trailer emits attacker-controlled CRLF onto the wire. This enables HTTP response splitting, letting an attacker forge response headers or inject a second response. This issue is fixed in version 0.50.0.(CVE-2026-77341) Join the discussion | CVE Database V5 | 09/25/2026, 01:28:19 UTC Added: 08/28/2026, 11:04:29 UTC |
0 GNU Emacs before certain patched versions contains an integer overflow vulnerability in its PBM/PPM/PGM image loader. This flaw allows an attacker to leak heap memory contents by supplying a crafted image with large dimensions and an elevated max color index. The vulnerability arises because the image loader uses signed integer arithmetic that can wrap to a negative number, bypassing bounds checks and causing out-of-bounds heap reads. This memory leak is then rendered as pixel color values on screen. A patch is available to address this issue. Join the discussion | GCVE Database | 09/25/2026, 01:28:13 UTC Added: 09/17/2026, 01:58:54 UTC |
0 Libwebsockets (LWS) is a flexible, lightweight pure C library for implementing modern network protocols easily with a tiny footprint, using a nonblocking event loop. Security Fix(es): libwebsockets HTTP/2 HPACK Path Header Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of libwebsockets. Authentication is not required to exploit this vulnerability. The specific flaw exists within the parsing of HTTP/2 HPACK path header. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-31036.(CVE-2026-19773) A vulnerability classified as critical was found in warmcat libwebsockets 4.5.0. The vulnerability is in the function report_raw_cbor in lib/misc/lecp.c when handling LECP CBOR recordings. This issue allows an out-of-bounds write (CWE-787), which could affect confidentiality, integrity, and availability. A proof-of-concept exploit is available.(CVE-2026-78161) Join the discussion | GCVE Database | 09/25/2026, 01:28:08 UTC Added: 09/16/2026, 03:07:48 UTC |
0 Implements JWK, JWS, JWE specifications with python-cryptography Security Fix(es): A flaw was found in jwcrypto. The JWK.import_key() function validates the key_ops JWK member for duplicate values using an algorithm with O(n^2) time complexity, and the length of key_ops is not bounded. A remote, unauthenticated attacker can supply a JWK with a large key_ops array to an application that passes attacker-controlled key material to a public key-import API (reachable via ECDH-ES key agreement, OIDC dynamic client registration, DPoP, or ACME account key registration, among others) to consume excessive CPU time, resulting in a denial of service.(CVE-2026-92091) Join the discussion | CVE Database V5 | 09/25/2026, 01:28:00 UTC Added: 09/16/2026, 07:47:04 UTC |
0 A heap-buffer overflow vulnerability (CVE-2026-18495) exists in the libtiff library's tiff2pdf utility due to an integer truncation error when processing specially crafted BigTIFF files. This truncation causes an undersized memory allocation and subsequent out-of-bounds memory copy, leading to crashes and severe memory corruption. Exploitation requires local access and user interaction. A patch is available to address this issue. Join the discussion | GCVE Database | 09/25/2026, 01:27:57 UTC Added: 09/11/2026, 22:20:42 UTC |
Showing 1 to 10 of 22 results