Lucene search
+L

1519 matches found

CVE
CVE
added 2025/11/12 10:23 a.m.48 views

CVE-2025-40117

CVE-2025-40117 affects the Linux kernel’s PCI Endpoint Test driver. The root cause is an array underflow in pci_endpoint_test_bar() when a negative value is passed to pci_endpoint_test_ioctl(). This followed the addition of NO_BAR (-1) to the pci_barno enum, effectively turning the enum from unsi...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2025/11/12 10:23 a.m.10 views

CVE-2025-40117 misc: pci_endpoint_test: Fix array underflow in pci_endpoint_test_ioctl()

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Fix array underflow in pciendpointtestioctl Commit eefb83790a0d "misc: pciendpointtest: Add doorbell test case" added NOBAR -1 to the pcibarno enum which, in practical terms, changes the enum from an unsign...

7.8CVSS6.1AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/11/12 12:00 a.m.10 views

PT-2025-46685

Name of the Vulnerable Software and Affected Versions xxl-api version 1.3.0 Description A Cross-Site Request Forgery CSRF exists in xxl-api version 1.3.0. This allows attackers to add users to the management module by sending a specially crafted GET request. The attack leverages a lack of proper...

6.5CVSS6.5AI score0.0015EPSS
SaveExploits1References6
OSV
OSV
added 2025/11/12 12:00 a.m.8 views

CVE-2025-60645

A Cross-Site Request Forgery CSRF in xxl-api v1.3.0 allows attackers to arbitrarily add users to the management module via a crafted GET request...

6.5CVSS6.6AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/11/12 12:00 a.m.4 views

CVE-2025-60645

A Cross-Site Request Forgery CSRF in xxl-api v1.3.0 allows attackers to arbitrarily add users to the management module via a crafted GET request...

6.3AI score0.0015EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/11/11 12:00 a.m.11 views

PT-2025-49020

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel’s AF UNIX garbage collection mechanism could incorrectly collect a receive queue of an active socket. This occurs due to a failure to initialize the scc index in the uni...

6CVSS5.3AI score0.00148EPSS
SaveExploits0
OSV
OSV
added 2025/11/06 9:29 a.m.16 views

CLSA-2025-1762421346 mod_security: Fix of CVE-2025-47947

CVE-2025-47947: fix potential DoS by adding ARGS to the sanitize list only if it's not added yet...

7.5CVSS7.3AI score0.00596EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.7 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-990110)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990110 advisory. In the Linux kernel, the following vulnerability has been resolved: mmc: mmcspi: fix error handling in mmcspiprobe If mmcaddhost fails, it doesn't need to call...

5.5CVSS6AI score0.0025EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989198)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989198 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xxremoveone The error handling path of the probe...

5.5CVSS5.9AI score0.0026EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/11/03 9:44 a.m.16 views

kernel: cifs: Fix xid leak in cifs_ses_add_channel()

A transaction ID xid leak was found in the CIFS/SMB filesystem. When adding a new channel fails, the allocated xid is not freed, leading to gradual exhaustion of the xid pool...

5.7AI score0.00195EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/30 12:31 p.m.15 views

EUVD-2025-36982

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix potential double free in drmschedjobaddresvdependencies When adding dependencies with drmschedjobadddependency, that function consumes the fence reference both on success and failure, so in the latter case the...

6.2AI score0.00144EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/30 10:31 a.m.29 views

CVE-2025-53880

CVE-2025-53880 is a path-traversal vulnerability in the tftpsync/add and tftpsync/delete scripts. A remote attacker on an adjacent network can write or delete files on the filesystem with the wwwrun user’s privileges. The endpoint is unauthenticated but access is limited to a list of allowed IPs....

8.7CVSS6.5AI score0.0027EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/30 10:15 a.m.12 views

UBUNTU-CVE-2025-40096

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix potential double free in drmschedjobaddresvdependencies When adding dependencies with drmschedjobadddependency, that function consumes the fence reference both on success and failure, so in the latter case the...

7.8CVSS6.7AI score0.00144EPSS
SaveExploits0References23
NVD
NVD
added 2025/10/27 10:15 p.m.20 views

CVE-2025-12330

A security flaw has been discovered in Willow CMS up to 1.4.0. This issue affects some unknown processing of the file /admin/articles/add of the component Add Post Page. The manipulation of the argument title/body results in cross site scripting. The attack may be launched remotely. The exploit h...

4.8CVSS0.00251EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2025/10/27 8:25 p.m.12 views

kernel: block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/23 3:15 p.m.15 views

CVE-2025-56008

Cross site scripting XSS vulnerability in KeeneticOS before 4.3 at "Wireless ISP" page allows attackers located near to the router to takeover the device via adding additional users with full permissions...

6.1CVSS0.00247EPSS
SaveExploits1References3
CVE
CVE
added 2025/10/23 12:00 a.m.47 views

CVE-2025-56007

CRLF-injection in KeeneticOS before 4.3 at "/auth" API endpoint allows attackers to take over the device via adding additional users with full permissions by managing the victim to open page with exploit...

6.4AI score0.00343EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.11 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 the failure to perform error handling when a platform device addition fails, which could lead to a memory le...

6.1AI score0.00214EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/10/16 3:51 p.m.6 views

CVE-2025-62494 Type confusion in string addition in QuickJS

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

7.1CVSS7.5AI score0.00514EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/10/16 3:51 p.m.18 views

CVE-2025-62494 Type confusion in string addition in QuickJS

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

7.1CVSS0.00514EPSS
SaveExploits1References2
Rows per page
Query Builder