Lucene search
+L

1070 matches found

RedhatCVE
RedhatCVE
added 2025/05/04 4:57 p.m.39 views

CVE-2023-53127

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mrremove Add a missing resource clean up in .remove...

5.5CVSS6.9AI score0.00178EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.45 views

CVE-2023-53127 scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mrremove Add a missing resource clean up in .remove...

0.00178EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/02 3:56 p.m.83 views

CVE-2023-53127

In CVE-2023-53127, the Linux kernel SCSI MPI3MR driver had a leak in the mpi3mr_remove() cleanup path (expander node leak) due to a missing resource cleanup. The fix adds the missing cleanup in .remove(), mitigating an information/resource leak with a Local attack vector and, per the NVD entry, a...

5.5CVSS6.5AI score0.00178EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.46 views

CVE-2023-53072 mptcp: use the workqueue to destroy unaccepted sockets

In the Linux kernel, the following vulnerability has been resolved: mptcp: use the workqueue to destroy unaccepted sockets Christoph reported a UaF at token lookup time after having refactored the passive socket initialization part: BUG: KASAN: use-after-free in tokenbucketbusy+0x253/0x260 Read o...

7.8CVSS0.00196EPSS
SaveExploits0References3
Packet Storm News
Packet Storm News
added 2025/04/30 12:00 a.m.14 views

How to Backdoor the Knowledge Distillation

Knowledge distillation has become a cornerstone in modern machine learning systems, celebrated for its ability to transfer knowledge from a large, complex teacher model to a more efficient student model. Traditionally, this process is regarded as secure, assuming the teacher model is clean. This...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/04/29 12:00 a.m.12 views

FFCBA: Feature-Based Full-Target Clean-Label Backdoor Attacks

Backdoor attacks pose a significant threat to deep neural networks, as backdoored models would misclassify poisoned samples with specific triggers into target classes while maintaining normal performance on clean samples. Among these, multi-target backdoor attacks can simultaneously target multip...

7.1AI score
SaveExploits0
Oracle linux
Oracle linux
added 2025/04/11 12:00 a.m.107 views

grub2 security update

2.02-0.87.0.27.el7.14 - Fix OOB write in grubnetsearchconfigfile CVE-2025-0624 Orabug: 37770226 - Also adds implementation of grubstrlcpy for clean backport...

7.6CVSS7AI score0.01405EPSS
SaveExploits0
Fedora
Fedora
added 2025/03/18 12:16 a.m.20 views

[SECURITY] Fedora 42 Update: python-django4.2-4.2.20-1.fc42

Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY Don't Repeat Yourself principle...

7.5CVSS5.1AI score0.00813EPSS
SaveExploits0
Fedora
Fedora
added 2025/03/17 1:38 a.m.19 views

[SECURITY] Fedora 41 Update: python-django-4.2.20-1.fc41

Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY Don't Repeat Yourself principle...

7.5CVSS5.1AI score0.00813EPSS
SaveExploits0
Fedora
Fedora
added 2025/03/17 12:16 a.m.21 views

[SECURITY] Fedora 42 Update: python-django5-5.1.7-1.fc42

Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY Don't Repeat Yourself principle...

7.5CVSS5.1AI score0.00813EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/03/17 12:00 a.m.12 views

The vulnerability of the igc_clean_tx_ring() function in the drivers/net/ethernet/intel/igc/igc_main.c file of the Linux kernel’s Ethernet adapter support driver allows a attacker to cause a service failure.

The vulnerability of the igccleantxring function in the drivers/net/ethernet/intel/igc/igcmain.c file of the Linux kernel’s Ethernet adapter support module is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

7.8CVSS6.2AI score0.00227EPSS
SaveExploits0References15Affected Software3
SUSE CVE
SUSE CVE
added 2025/02/27 3:02 a.m.7 views

SUSE CVE-2022-49695

In the Linux kernel, the following vulnerability has been resolved: igb: fix a use-after-free issue in igbcleantxring Fix the following use-after-free bug in igbcleantxring routine when the NIC is running in XDP mode. The issue can be triggered redirecting traffic into the igb NIC and then closin...

5.5CVSS6.6AI score0.0029EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:01 a.m.5 views

DEBIAN-CVE-2022-49307

In the Linux kernel, the following vulnerability has been resolved: tty: synclinkgt: Fix null-pointer-dereference in slgtclean When the driver fails at allochdlcdev, and then we remove the driver module, we will get the following splat: 25.065966 general protection fault, probably for non-canonic...

5.5CVSS5.5AI score0.00291EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.9 views

UBUNTU-CVE-2022-49307

In the Linux kernel, the following vulnerability has been resolved: tty: synclinkgt: Fix null-pointer-dereference in slgtclean When the driver fails at allochdlcdev, and then we remove the driver module, we will get the following splat: 25.065966 general protection fault, probably for non-canonic...

5.5CVSS6.2AI score0.00291EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/26 7:00 a.m.12 views

UBUNTU-CVE-2022-49171

In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first unpinuserpagesremote is dirtying pages without properly warning the file system in advance. A related race was noted by Jan Kara in 20181; however, more recently...

5.5CVSS5.8AI score0.0027EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.19 views

CVE-2022-49695

In the Linux kernel, the following vulnerability has been resolved: igb: fix a use-after-free issue in igbcleantxring Fix the following use-after-free bug in igbcleantxring routine when the NIC is running in XDP mode. The issue can be triggered redirecting traffic into the igb NIC and then closin...

7.8CVSS5.4AI score0.0029EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.10 views

CVE-2022-49402

In the Linux kernel, the following vulnerability has been resolved: ftrace: Clean up hash directfunctions on register failures We see the following GPF when registerftracedirect fails: general protection fault, probably for non-canonical address \ 0x200000000000010: 0000 1 PREEMPT SMP...

5.5CVSS5.5AI score0.00281EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.7 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 null pointer dereference in the slgtclean function in the synclinkgt driver...

5.5CVSS5.5AI score0.00291EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2025/02/19 12:00 a.m.34 views

CVE-2025-24989

An improper access control vulnerability in Power Pages allows an unauthorized attacker to elevate privileges over a network potentially bypassing the user registration control. This vulnerability has already been mitigated in the service and all affected customers have been notified. This update...

9.8CVSS7AI score0.01622EPSS
SaveIn wildExploits0References2
RedhatCVE
RedhatCVE
added 2025/02/05 6:44 a.m.10 views

CVE-2024-50436

Improper Control of Filename for Include/Require Statement in PHP Program 'PHP Remote File Inclusion' vulnerability in themehorse Clean Retina clean-retina.This issue affects Clean Retina: from n/a through = 3.0.6...

8.8CVSS5.9AI score0.00469EPSS
SaveExploits0References1
Rows per page
Query Builder