Lucene search
+L

8692 matches found

Vulnrichment
Vulnrichment
added 2024/05/30 7:52 p.m.22 views

CVE-2024-32877 Reflected Cross-site Scripting in yiisoft/yii2 Debug mode

Yii 2 is a PHP application framework. During internal penetration testing of a product based on Yii2, users discovered a Cross-site Scripting XSS vulnerability within the framework itself. This issue is relevant for the latest version of Yii2 2.0.49.3. This issue lies in the mechanism for...

4.2CVSS6.1AI score0.00347EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/30 7:52 p.m.37 views

CVE-2024-32877 Reflected Cross-site Scripting in yiisoft/yii2 Debug mode

Yii 2 is a PHP application framework. During internal penetration testing of a product based on Yii2, users discovered a Cross-site Scripting XSS vulnerability within the framework itself. This issue is relevant for the latest version of Yii2 2.0.49.3. This issue lies in the mechanism for...

4.2CVSS4.5AI score0.00347EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/30 4:15 p.m.26 views

CVE-2024-36950

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until busresetwork has serviced and cleared the...

4.4CVSS7.3AI score0.0026EPSS
SaveExploits0References10
NVD
NVD
added 2024/05/30 4:15 p.m.27 views

CVE-2024-36892

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid zeroing outside-object freepointer for single free Commit 284f17ac13fe "mm/slub: handle bulk and single object freeing separately" splits single and bulk object freeing in two functions slabfree and slabfreebulk...

5.5CVSS6.4AI score0.00196EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/30 4:15 p.m.2 views

DEBIAN-CVE-2024-36028

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix DEBUGLOCKSWARNON1 when dissolvefreehugetlbfolio When I did memory failure tests recently, below warning occurs: DEBUGLOCKSWARNON1 WARNING: CPU: 8 PID: 1011 at kernel/locking/lockdep.c:232 lockacquire+0xccb/0x1ca0...

4.7CVSS5.4AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.3 views

UBUNTU-CVE-2024-36956

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Free all thermal zone debug memory on zone removal Because thermaldebugtzremove does not free all memory allocated for thermal zone diagnostics, some of that memory becomes unreachable after freeing the thermal...

5.5CVSS6.5AI score0.00194EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/30 4:15 p.m.5 views

UBUNTU-CVE-2024-36028

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix DEBUGLOCKSWARNON1 when dissolvefreehugetlbfolio When I did memory failure tests recently, below warning occurs: DEBUGLOCKSWARNON1 WARNING: CPU: 8 PID: 1011 at kernel/locking/lockdep.c:232 lockacquire+0xccb/0x1ca0...

4.7CVSS6.2AI score0.00181EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/30 4:15 p.m.6 views

UBUNTU-CVE-2024-36950

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until busresetwork has serviced and cleared the...

4.4CVSS6.1AI score0.0026EPSS
SaveExploits0References29
Cvelist
Cvelist
added 2024/05/30 3:35 p.m.33 views

CVE-2024-36956 thermal/debugfs: Free all thermal zone debug memory on zone removal

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Free all thermal zone debug memory on zone removal Because thermaldebugtzremove does not free all memory allocated for thermal zone diagnostics, some of that memory becomes unreachable after freeing the thermal...

6.5AI score0.00194EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/30 3:35 p.m.25 views

CVE-2024-36950 firewire: ohci: mask bus reset interrupts between ISR and bottom half

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until busresetwork has serviced and cleared the...

6.6AI score0.0026EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/30 3:35 p.m.179 views

CVE-2024-36950

CVE-2024-36950 is a Linux kernel vulnerability resolved in the FireWire OHCI driver. The issue occurred in the interrupt handler when a bus reset interrupt could be unmasked and cause a freeze if the bus reset was not yet serviced. The fix masks bus reset interrupts in the IRQ handler and unmasks...

4.4CVSS6.4AI score0.0026EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/05/30 3:35 p.m.25 views

CVE-2024-36950 firewire: ohci: mask bus reset interrupts between ISR and bottom half

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until busresetwork has serviced and cleared the...

4.4CVSS5.8AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/05/30 3:35 p.m.62 views

CVE-2024-36950 firewire: ohci: mask bus reset interrupts between ISR and bottom half

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until busresetwork has serviced and cleared the...

7.3AI score0.0026EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/30 3:28 p.m.19 views

CVE-2024-36892 mm/slub: avoid zeroing outside-object freepointer for single free

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid zeroing outside-object freepointer for single free Commit 284f17ac13fe "mm/slub: handle bulk and single object freeing separately" splits single and bulk object freeing in two functions slabfree and slabfreebulk...

6.8AI score0.00196EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/05/30 12:0 a.m.9 views

PT-2024-27190

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.9.0-rc3Lyude-Test+ 30 Description The vulnerability is related to the drm/nouveau/firmware component of the Linux kernel. Enabling SG DEBUG in the kernel causes nouveau to hit a BUG on startup, resulting in a...

5.5AI score
SaveExploits0
CNNVD
CNNVD
added 2024/05/30 12:0 a.m.8 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that originates from DEBUGLOCKSWARNON1 when the mm/hugetlb module dissolvefreehugetlbfolio...

4.7CVSS6.5AI score0.00181EPSS
SaveExploits0References6
WPVulnDB
WPVulnDB
added 2024/05/29 12:0 a.m.9 views

Debug Log – Manger Tool < 1.5 - Unauthenticated Information Exposure via Logs

Description The Debug Log – Manger Tool plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.4.5 through publicly exposed log files. This makes it possible for unauthenticated attackers to view potentially sensitive information contained in...

5.3CVSS6.3AI score0.00344EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2024/05/28 4:15 p.m.8 views

CVE-2024-21785

A leftover debug code vulnerability exists in the Telnet Diagnostic Interface functionality of AutomationDirect P3-550E 1.2.10.9. A specially crafted series of network requests can lead to unauthorized access. An attacker can send a sequence of requests to trigger this vulnerability...

9.8CVSS5.8AI score0.01512EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/05/28 3:30 p.m.61 views

CVE-2024-21785

A leftover debug code vulnerability exists in the Telnet Diagnostic Interface functionality of AutomationDirect P3-550E 1.2.10.9. A specially crafted series of network requests can lead to unauthorized access. An attacker can send a sequence of requests to trigger this vulnerability...

9.8CVSS9.3AI score0.01512EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/05/28 3:30 p.m.21 views

CVE-2024-21785

A leftover debug code vulnerability exists in the Telnet Diagnostic Interface functionality of AutomationDirect P3-550E 1.2.10.9. A specially crafted series of network requests can lead to unauthorized access. An attacker can send a sequence of requests to trigger this vulnerability...

9.8CVSS6.8AI score0.01512EPSS
SaveExploits1References3
Rows per page
Query Builder