Lucene search
+L

16796 matches found

Github Security Blog
Github Security Blog
added 2025/04/24 12:31 p.m.23 views

Apache HttpClient disables domain checks

A bug in PSL validation logic in Apache HttpClient 5.4.x disables domain checks, affecting cookie management and host name verification. Discovered by the Apache HttpClient team. Fixed in the 5.4.3 release...

7.5CVSS7.1AI score0.00849EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/04/24 11:44 a.m.4 views

CVE-2025-27820 Apache HttpComponents: PSL (Public Suffix List) validation bypass

A bug in PSL validation logic in Apache HttpClient 5.4.x disables domain checks, affecting cookie management and host name verification. Discovered by the Apache HttpClient team. Fixed in the 5.4.3 release...

7.5CVSS5.9AI score0.00849EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/04/23 12:41 p.m.19 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.17.26 bug fix and security update

Red Hat OpenShift Container Platform release 4.17.26 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.17. Red Hat Product Security has rated this update as having a...

7.5CVSS7.2AI score0.01351EPSS
SaveExploits0References13
OSV
OSV
added 2025/04/23 10:1 a.m.14 views

RHEA-2023:4636 Red Hat Enhancement Advisory: microcode_ctl bug fix and enhancement update

Bulletin has no description...

7.5CVSS6.6AI score0.00539EPSS
SaveExploits0References13
RedHat Linux
RedHat Linux
added 2025/04/23 5:51 a.m.20 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.16.39 bug fix and security update

Red Hat OpenShift Container Platform release 4.16.39 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.16. Red Hat Product Security has rated this update as having a...

7.5CVSS6.8AI score0.00693EPSS
SaveExploits0References19
RedHat Linux
RedHat Linux
added 2025/04/22 11:52 p.m.17 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.18.10 bug fix and security update

Red Hat OpenShift Container Platform release 4.18.10 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.18. Red Hat Product Security has rated this update as having a...

9.1CVSS7.2AI score0.01351EPSS
SaveExploits0References59
OpenVAS
OpenVAS
added 2025/04/21 12:0 a.m.10 views

SUSE: Security Advisory (SUSE-SU-2025:1337-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 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.2CVSS7.6AI score0.00563EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2025/04/21 12:0 a.m.9 views

openSUSE Security Advisory (SUSE-SU-2025:1340-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 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...

9.8CVSS6.3AI score0.01853EPSS
SaveExploits1References4
OSV
OSV
added 2025/04/19 10:0 a.m.10 views

RHBA-2021:4446 Red Hat Bug Fix Advisory: iscsi-initiator-utils bug fix and enhancement update

Bulletin has no description...

5.3CVSS7.2AI score0.0322EPSS
SaveExploits0References9
OSV
OSV
added 2025/04/18 7:15 a.m.8 views

DEBIAN-CVE-2025-37925

In the Linux kernel, the following vulnerability has been resolved: jfs: reject on-disk inodes of an unsupported type Syzbot has reported the following BUG: kernel BUG at fs/inode.c:668! Oops: invalid opcode: 0000 1 PREEMPT SMP KASAN PTI CPU: 3 UID: 0 PID: 139 Comm: jfsCommit Not tainted...

5.5CVSS5.3AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/17 6:15 p.m.23 views

CVE-2021-47668

In the Linux kernel, the following vulnerability has been resolved: can: dev: canrestart: fix use after free bug After calling netifrxniskb, dereferencing skb is unsafe. Especially, the canframe cf which aliases skb memory is accessed after the netifrxni in: stats-rxbytes += cf-len; Reordering th...

7.8CVSS7.3AI score
SaveExploits0References7
CVE
CVE
added 2025/04/17 6:1 p.m.111 views

CVE-2021-47670

CVE-2021-47670 (can: peak_usb) is a use-after-free in the Linux kernel can subsystem. After peak_usb_netif_rx_ni(skb) is called, the skb may be dereferenced, and the can_frame cf that aliases skb memory can access memory that has been freed. The issue is resolved by reordering code lines to preve...

7.8CVSS6.7AI score0.0018EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/04/17 6:1 p.m.81 views

CVE-2021-47668

CVE-2021-47668 is a Linux kernel use-after-free vulnerability in the CAN restart path. The issue occurs when, after calling netif_rx_ni(skb), the code dereferences the same skb memory (specifically cf->len from the can_frame cf aliasing skb), which is unsafe and can lead to memory corruption. ...

7.8CVSS6.7AI score0.0018EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/04/17 6:1 p.m.24 views

CVE-2021-47668 can: dev: can_restart: fix use after free bug

In the Linux kernel, the following vulnerability has been resolved: can: dev: canrestart: fix use after free bug After calling netifrxniskb, dereferencing skb is unsafe. Especially, the canframe cf which aliases skb memory is accessed after the netifrxni in: stats-rxbytes += cf-len; Reordering th...

0.0018EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/04/17 6:1 p.m.13 views

CVE-2021-47669 can: vxcan: vxcan_xmit: fix use after free bug

In the Linux kernel, the following vulnerability has been resolved: can: vxcan: vxcanxmit: fix use after free bug After calling netifrxniskb, dereferencing skb is unsafe. Especially, the canfdframe cfd which aliases skb memory is accessed after the netifrxni...

7.1AI score0.0018EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/04/17 7:2 a.m.9 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.13.57 bug fix and security update

Red Hat OpenShift Container Platform release 4.13.57 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.13. Red Hat Product Security has rated this update as having a...

7.8CVSS6.9AI score0.01405EPSS
SaveExploits0References6
NVD
NVD
added 2025/04/16 3:16 p.m.22 views

CVE-2025-22120

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

5.5CVSS0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 2:13 p.m.14 views

CVE-2025-23132 f2fs: quota: fix to avoid warning in dquot_writeback_dquots()

In the Linux kernel, the following vulnerability has been resolved: f2fs: quota: fix to avoid warning in dquotwritebackdquots F2FS-fs dm-59: checkpoint=enable has some unwritten data. ------------ cut here ------------ WARNING: CPU: 6 PID: 8013 at fs/quota/dquot.c:691...

7CVSS6.1AI score0.00158EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.23 views

CVE-2025-22072 spufs: fix gang directory lifetimes

In the Linux kernel, the following vulnerability has been resolved: spufs: fix gang directory lifetimes prior to "POWERPC spufs: Fix gang destroy leaks" we used to have a problem with gang lifetimes - creation of a gang returns opened gang directory, which normally gets removed when that gets...

7.8CVSS0.002EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.19 views

CVE-2025-22065 idpf: fix adapter NULL pointer dereference on reboot

In the Linux kernel, the following vulnerability has been resolved: idpf: fix adapter NULL pointer dereference on reboot With SRIOV enabled, idpf ends up calling into idpfremove twice. First via idpfshutdown and then again when idpfremove calls into sriovdisable, because the VF devices use the id...

0.00246EPSS
SaveExploits0References4
Rows per page
Query Builder