Lucene search
+L

11904 matches found

RedhatCVE
RedhatCVE
added 2025/09/18 7:38 p.m.6 views

CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

7CVSS5.8AI score0.00235EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/18 6:15 p.m.7 views

CVE-2025-10687

A vulnerability was found in SourceCodester Responsive E-Learning System 1.0. This affects an unknown part of the file /admin/addteacher.php. The manipulation of the argument Username results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and coul...

9.8CVSS0.00478EPSS
SaveExploits1References5
OSV
OSV
added 2025/09/18 6:15 p.m.17 views

CVE-2025-10687

A vulnerability was found in SourceCodester Responsive E-Learning System 1.0. This affects an unknown part of the file /admin/addteacher.php. The manipulation of the argument Username results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and coul...

9.8CVSS5.7AI score0.00478EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2025/09/18 5:32 p.m.6 views

CVE-2025-10687 SourceCodester Responsive E-Learning System add_teacher.php sql injection

A vulnerability was found in SourceCodester Responsive E-Learning System 1.0. This affects an unknown part of the file /admin/addteacher.php. The manipulation of the argument Username results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and coul...

7.5CVSS7.2AI score0.00478EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2025/09/18 5:32 p.m.22 views

CVE-2025-10687 SourceCodester Responsive E-Learning System add_teacher.php sql injection

A vulnerability was found in SourceCodester Responsive E-Learning System 1.0. This affects an unknown part of the file /admin/addteacher.php. The manipulation of the argument Username results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and coul...

7.5CVSS0.00478EPSS
SaveExploits1References5
NVD
NVD
added 2025/09/18 4:15 p.m.10 views

CVE-2023-53436

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

5.5CVSS0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/18 4:15 p.m.12 views

DEBIAN-CVE-2023-53436

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/18 4:15 p.m.4 views

DEBIAN-CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

7.8CVSS5.6AI score0.00235EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 4:15 p.m.8 views

CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

8.8CVSS0.00235EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/18 4:15 p.m.9 views

UBUNTU-CVE-2023-53436

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/09/18 4:04 p.m.14 views

CVE-2023-53436 scsi: snic: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/18 4:04 p.m.5 views

CVE-2023-53436 scsi: snic: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

5.5CVSS4.9AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/09/18 4:04 p.m.6 views

CVE-2023-53436 scsi: snic: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

5.9AI score0.00145EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 4:04 p.m.35 views

CVE-2023-53436

CVE-2023-53436 : In the Linux kernel, the scsi: snic path had a memory leak when device_add() fails because the name allocated by dev_set_name() wasn’t freed. The fix releases the reference in the error path by calling put_device(), allowing kobject_cleanp() to free the name. The vulnerability’s ...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/09/18 4:04 p.m.8 views

CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

8.8CVSS5.6AI score0.00235EPSS
SaveExploits0
OSV
OSV
added 2025/09/18 4:04 p.m.6 views

CVE-2022-50419 Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

8.8CVSS6.2AI score
SaveExploits0References12
CVE
CVE
added 2025/09/18 4:04 p.m.42 views

CVE-2022-50419

CVE-2022-50419 concerns the Linux kernel Bluetooth subsystem, specifically the hci_sysfs path. The public description states that the issue arises from attempting to call device_add multiple times for a single device structure, violating documented expectations that device_add() (and device_regis...

8.8CVSS6.1AI score0.00235EPSS
SaveExploits0References9Affected Software1
RedhatCVE
RedhatCVE
added 2025/09/18 3:23 p.m.8 views

CVE-2022-50384

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: Fix possible UAF in tsi148dmalistadd Smatch report warning as follows: drivers/staging/vmeuser/vmetsi148.c:1757 tsi148dmalistadd warn: '&entry-;list' not removed from list In tsi148dmalistadd, the error path "go...

5.5CVSS5.8AI score0.00167EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.2 views

CVE-2022-50389 tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmcrb: Add the missed acpiputtable to fix memory leak In crbacpiadd, we get the TPM2 table to retrieve information like start method, and then assign them to the priv data, so the TPM2 table is not used after the init, shou...

6.1AI score0.00156EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/09/18 1:33 p.m.21 views

CVE-2022-50384

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: Fix possible UAF in tsi148dmalistadd Smatch report warning as follows: drivers/staging/vmeuser/vmetsi148.c:1757 tsi148dmalistadd warn: '&entry-list' not removed from list In tsi148dmalistadd, the error path "got...

7.8CVSS5.6AI score0.00167EPSS
SaveExploits0
Rows per page
Query Builder