Lucene search
K

35 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux - уязвимость в gdk-pixbuf

GNOME gdk-pixbuf 2.42.6 is vulnerable to a heap-buffer overflow vulnerability when decoding the lzw-compressed stream of image data in GIF files, where the lzw minimum code size is equal to 12...

8.8CVSS7.7AI score0.00317EPSS
Exploits1References2
RedhatCVE
RedhatCVE
added 2025/07/12 8:18 a.m.2 views

CVE-2025-38339

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: fix JIT code size calculation of bpf trampoline archbpftrampolinesize provides JIT size of the BPF trampoline before the buffer for JIT'ing it is allocated. The total number of instructions emitted for BPF trampoline...

5.5CVSS7.2AI score0.00088EPSS
Exploits0References4
NVD
NVD
added 2025/07/10 9:15 a.m.4 views

CVE-2025-38339

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: fix JIT code size calculation of bpf trampoline archbpftrampolinesize provides JIT size of the BPF trampoline before the buffer for JIT'ing it is allocated. The total number of instructions emitted for BPF trampoline...

5.5CVSS0.00088EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38339

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: fix JIT code size calculation of bpf trampoline archbpftrampolinesize provides JIT size of the BPF trampoline before the buffer for JIT'ing it is allocated. The total number of instructions emitted for BPF trampoline...

5.5CVSS6AI score0.00088EPSS
Exploits0
CVE
CVE
added 2025/07/10 8:15 a.m.36 views

CVE-2025-38339

CVE-2025-38339 (Linux kernel, powerpc/ arch): The issue arises from a miscalculated JIT size for the BPF trampoline during the dummy pass. arch_bpf_trampoline_size() estimates the JIT code size before the final image buffer is allocated, and the total emitted trampoline instructions depend on the...

5.5CVSS7.3AI score0.00088EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38339 powerpc/bpf: fix JIT code size calculation of bpf trampoline

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: fix JIT code size calculation of bpf trampoline archbpftrampolinesize provides JIT size of the BPF trampoline before the buffer for JIT'ing it is allocated. The total number of instructions emitted for BPF trampoline...

0.00088EPSS
Exploits0References2
CNNVD
CNNVD
added 2025/07/10 12:0 a.m.2 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a miscalculation of the size of the JIT code in powerpc/bpf, which could lead to a buffer overflow...

5.5CVSS8.1AI score0.00088EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/04/22 12:0 a.m.3 views

PT-2025-29061 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to the JIT code size calculation of BPF trampolines on the powerpc architecture. The arch bpf trampoline size function provides a JIT size for...

4.6CVSS6.2AI score0.00088EPSS
Exploits0References10
Positive Technologies
Positive Technologies
added 2023/12/04 12:0 a.m.3 views

PT-2023-24182 · Bluetooth · Bluetooth

Name of the Vulnerable Software and Affected Versions: Bluetooth affected versions not specified Description: The issue is related to memory corruption that occurs while processing a pin reply in Bluetooth. This happens when the pin code received from the APP layer exceeds the expected size...

8.4CVSS6.9AI score0.0006EPSS
Exploits0References3
Code423n4
Code423n4
added 2023/06/08 12:0 a.m.14 views

Use of wrong Library file directory

Lines of code Vulnerability details Impact Importing the wrong library file path in the Vault Factory contract can pose several risks: Functionality Issues: If you import the wrong library, the functions and features you expect to use may not be available or may behave differently. This can lead ...

7AI score
Exploits0
SUSE CVE
SUSE CVE
added 2023/02/15 6:14 a.m.3 views

SUSE CVE-2006-4484

Buffer overflow in the LWZReadByte function in ext/gd/libgd/gdgifin.c in the GD extension in PHP before 5.1.5 allows remote attackers to have an unknown impact via a GIF file with inputcodesize greater than MAXLWZBITS, which triggers an overflow when initializing the table array...

2.6CVSS7.5AI score0.06436EPSS
Exploits1References14
SUSE CVE
SUSE CVE
added 2023/02/15 6:8 a.m.3 views

SUSE CVE-2008-1373

Buffer overflow in the gifreadlzw function in CUPS 1.3.6 allows remote attackers to have an unknown impact via a GIF file with a large codesize value, a similar issue to CVE-2006-4484...

5.8CVSS7.5AI score0.07511EPSS
Exploits2References5
SUSE CVE
SUSE CVE
added 2023/02/15 3:36 a.m.1 views

SUSE CVE-2021-44648

GNOME gdk-pixbuf 2.42.6 is vulnerable to a heap-buffer overflow vulnerability when decoding the lzw compressed stream of image data in GIF files with lzw minimum code size equals to 12...

7.8CVSS7.4AI score0.00317EPSS
Exploits1References5
Code423n4
Code423n4
added 2023/02/03 12:0 a.m.28 views

Solmate safeTransfer and safeTansferFrom does not check the code size of the token address

Lines of code Vulnerability details Impact The safeTransfer and safeTransferFrom don't check the existence of code at the token address. This is a known issue while using solmate's libraries. Hence this may lead to miscalculation of funds and may lead to loss of funds, because if safeTransfer and...

7.1AI score
Exploits0
Code423n4
Code423n4
added 2022/11/08 12:0 a.m.12 views

Solmate safetransfer and safetransferfrom doesnot check the codesize of the token address, which may lead to fund loss

Lines of code Vulnerability details Impact In bid function, the safetransferfrom function doesn't check the existence of code at the token address. This is a known issue while using solmate's libraries. Hence this may lead to miscalculation of funds and may lead to loss of funds , because if...

7AI score
Exploits0
Code423n4
Code423n4
added 2022/09/25 12:0 a.m.9 views

Low level call returns true if the address doesn't exist

Lines of code Vulnerability details Impact As written in the solidity documentation, the low-level function call returns true as its first return value if the address called is non-existent, as part of the design of the EVM. Address existence must be checked prior to calling if needed. Since the...

7.3AI score
Exploits0
OpenVAS
OpenVAS
added 2022/09/08 12:0 a.m.15 views

SUSE: Security Advisory (SUSE-SU-2022:3153-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.8CVSS8.7AI score0.00317EPSS
Exploits1References2
OSV
OSV
added 2022/01/12 1:15 p.m.1 views

DEBIAN-CVE-2021-44648

GNOME gdk-pixbuf 2.42.6 is vulnerable to a heap-buffer overflow vulnerability when decoding the lzw compressed stream of image data in GIF files with lzw minimum code size equals to 12...

8.8CVSS8AI score0.00317EPSS
Exploits1References1
OSV
OSV
added 2022/01/12 1:15 p.m.0 views

UBUNTU-CVE-2021-44648

GNOME gdk-pixbuf 2.42.6 is vulnerable to a heap-buffer overflow vulnerability when decoding the lzw compressed stream of image data in GIF files with lzw minimum code size equals to 12...

8.8CVSS5.9AI score0.00317EPSS
Exploits1References4
CNNVD
CNNVD
added 2022/01/12 12:0 a.m.2 views

gdk-pixbuf 缓冲区错误漏洞

gdk-pixbuf is an image loading library. A security vulnerability exists in gdk-pixbuf 2.42.6, which originates from a heap buffer overflow vulnerability when decoding lzw compressed image data streams in GIF files with lzw minimum code size equal to 12...

8.8CVSS8.2AI score0.00317EPSS
Exploits1References9
Rows per page
Query Builder