CVE-2024-28102
- EPSS 0.38%
- Veröffentlicht 21.03.2024 02:52:23
- Zuletzt bearbeitet 22.12.2025 16:09:47
JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to version 1.5.6, an attacker can cause a denial of service attack by passing in a malicious JWE Token with a high compression ratio. When the server processes this...
CVE-2024-2611
- EPSS 0.24%
- Veröffentlicht 19.03.2024 12:15:09
- Zuletzt bearbeitet 01.04.2025 16:26:40
A missing delay on when pointer lock was used could have allowed a malicious page to trick a user into granting permissions. This vulnerability affects Firefox < 124, Firefox ESR < 115.9, and Thunderbird < 115.9.
CVE-2024-2614
- EPSS 1.44%
- Veröffentlicht 19.03.2024 12:15:09
- Zuletzt bearbeitet 25.02.2025 14:47:29
Memory safety bugs present in Firefox 123, Firefox ESR 115.8, and Thunderbird 115.8. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vu...
CVE-2024-2607
- EPSS 1.45%
- Veröffentlicht 19.03.2024 12:15:08
- Zuletzt bearbeitet 01.04.2025 17:15:20
Return registers were overwritten which could have allowed an attacker to execute arbitrary code. *Note:* This issue only affected Armv7-A systems. Other operating systems are unaffected. This vulnerability affects Firefox < 124, Firefox ESR < 115.9,...
CVE-2024-2608
- EPSS 0.16%
- Veröffentlicht 19.03.2024 12:15:08
- Zuletzt bearbeitet 01.04.2025 17:18:20
`AppendEncodedAttributeValue(), ExtraSpaceNeededForAttrEncoding()` and `AppendEncodedCharacters()` could have experienced integer overflows, causing underallocation of an output buffer leading to an out of bounds write. This vulnerability affects Fir...
CVE-2024-2609
- EPSS 1.11%
- Veröffentlicht 19.03.2024 12:15:08
- Zuletzt bearbeitet 01.04.2025 17:19:51
The permission prompt input delay could expire while the window is not in focus. This makes it vulnerable to clickjacking by malicious websites. This vulnerability affects Firefox < 124, Firefox ESR < 115.10, and Thunderbird < 115.10.
CVE-2023-5388
- EPSS 0.18%
- Veröffentlicht 19.03.2024 12:15:07
- Zuletzt bearbeitet 04.11.2025 19:16:23
NSS was susceptible to a timing side-channel attack when performing RSA decryption. This attack could potentially allow an attacker to recover the private data. This vulnerability affects Firefox < 124, Firefox ESR < 115.9, and Thunderbird < 115.9.
CVE-2024-2496
- EPSS 0.06%
- Veröffentlicht 18.03.2024 13:15:08
- Zuletzt bearbeitet 09.04.2025 15:36:43
A NULL pointer dereference flaw was found in the udevConnectListAllInterfaces() function in libvirt. This issue can occur when detaching a host interface while at the same time collecting the list of interfaces via virConnectListAllInterfaces API. Th...
CVE-2024-26640
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:11
- Zuletzt bearbeitet 10.03.2025 17:01:43
In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to can_map_frag() these...
CVE-2024-26641
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:11
- Zuletzt bearbeitet 28.03.2025 16:17:08
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize...