Lucene search
K

14 matches found

OSV
OSV
added 2025/12/04 7:16 p.m.3 views

AZL-71638 CVE-2025-65637 affecting package prometheus for versions less than 2.37.9-6

A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with "token too long" and the writer pipe is closed, leaving...

7.5CVSS7.3AI score0.00055EPSS
Exploits1References1
RedHat Linux
RedHat Linux
added 2024/09/18 12:24 a.m.4 views

kernel: mm/shmem: disable PMD-sized page cache if needed

A denial of service vulnerability was found in the Linux Kernel. In architectures such as ARM64 where the base page size is 64KB, a 512MB page cache could lead to a software crash...

5.5CVSS6.8AI score0.00033EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/09/04 10:42 p.m.9 views

CVE-2024-44976

In the Linux kernel, the following vulnerability has been resolved: ata: patamacio: Fix DMA table overflow Kolbjørn and Jonáš reported that their 32-bit PowerMacs were crashing in pata-macio since commit 09fe2bfa6b83 "ata: patamacio: Fix maxsegmentsize with PAGESIZE == 64K". For example: kernel B...

5.5CVSS7.3AI score0.00026EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.13 views

CVE-2024-44976

In the Linux kernel, the following vulnerability has been resolved: ata: patamacio: Fix DMA table overflow Kolbjørn and Jonáš reported that their 32-bit PowerMacs were crashing in pata-macio since commit 09fe2bfa6b83 "ata: patamacio: Fix maxsegmentsize with PAGESIZE == 64K". For example: kernel B...

5.5CVSS5.9AI score0.00026EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.9 views

CVE-2024-44976 ata: pata_macio: Fix DMA table overflow

In the Linux kernel, the following vulnerability has been resolved: ata: patamacio: Fix DMA table overflow Kolbjørn and Jonáš reported that their 32-bit PowerMacs were crashing in pata-macio since commit 09fe2bfa6b83 "ata: patamacio: Fix maxsegmentsize with PAGESIZE == 64K". For example: kernel B...

7.3AI score0.00026EPSS
Exploits0References2
OSV
OSV
added 2024/09/04 7:54 p.m.10 views

CVE-2024-44976 ata: pata_macio: Fix DMA table overflow

In the Linux kernel, the following vulnerability has been resolved: ata: patamacio: Fix DMA table overflow Kolbjørn and Jonáš reported that their 32-bit PowerMacs were crashing in pata-macio since commit 09fe2bfa6b83 "ata: patamacio: Fix maxsegmentsize with PAGESIZE == 64K". For example: kernel B...

5.5CVSS4.9AI score0.00026EPSS
Exploits0References5
CVE
CVE
added 2024/04/03 2:55 p.m.128 views

CVE-2024-26710

CVE-2024-26710 affects the Linux kernel on PowerPC with KASAN. The issue was that KASAN’s thread stack size increase was doubled, which could push a 32KB stack to 64KB and trigger build errors (arch/powerpc/kernel/switch.S). The resolved approach limits the stack size increase to cases where the ...

5.5CVSS6.9AI score0.00019EPSS
Exploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.20 views

CVE-2024-26710 powerpc/kasan: Limit KASAN thread size increase to 32KB

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

7.1AI score0.00019EPSS
Exploits0References4
Oracle linux
Oracle linux
added 2023/05/15 12:0 a.m.29 views

emacs security and bug fix update

1:27.2-8 - Use a 64KB page size for pdump 1979804 1:27.2-7 - Fix ctags local command execute vulnerability 2149387...

7.8CVSS7.2AI score0.00051EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2023/04/05 12:0 a.m.10 views

SUSE SLES15 / openSUSE 15 Security Update : oracleasm (SUSE-SU-2023:1760-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2023:1760-1 advisory. Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version number...

5.5AI score
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2023/04/05 12:0 a.m.6 views

SUSE SLES15 / openSUSE 15 Security Update : drbd (SUSE-SU-2023:1758-1)

The remote SUSE Linux SLES15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2023:1758-1 advisory. Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version number. %NASLMINLEVE...

5.6AI score
Exploits0References2
AlpineLinux
AlpineLinux
added 2019/12/16 12:0 a.m.44 views

CVE-2019-19331

knot-resolver before version 4.3.0 is vulnerable to denial of service through high CPU utilization. DNS replies with very many resource records might be processed very inefficiently, in extreme cases taking even several CPU seconds for each such uncached message. For example, a few thousand A...

7.5CVSS7.2AI score0.00489EPSS
Exploits1
seebug.org
seebug.org
added 2016/03/16 12:0 a.m.30 views

Squid assert函数引起的远程拒绝服务漏洞

来源链接:https://security.tencent.com/index.php/blog/msg/102 分析 笔者对其中一个漏洞补丁进行了分析,发现漏洞的缘由主要由assert函数引起的http://www.squid-cache.org/Versions/v3/3.5/changesets/squid-3.5-13991.patch 。 Assert函数在C程序中称为断言(assertion),用来提示一些可能存在的错误。主要用于程序调试。 函数用法: include void assert int exp ; 功能:...

7.1AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2014/04/11 12:0 a.m.67 views

AIX OpenSSL Advisory : openssl_advisory7.doc (Heartbleed)

The version of OpenSSL running on the remote host is affected by an information disclosure vulnerability. OpenSSL incorrectly handles memory in the TLS heartbeat extension, potentially allowing a remote attacker to read the contents of up to 64KB of server memory, potentially exposing passwords,...

7.5CVSS8.1AI score0.94464EPSS
Exploits86References5
Rows per page
Query Builder