Lucene search
+L

545 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2021-26288

Malware in sbrugna...

4.3CVSS4.5AI score0.0086EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2021-9706

Malicious code in bioql PyPI...

4.6CVSS4.9AI score0.00599EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2025-13882

Malicious code in bioql PyPI...

3.1CVSS6.5AI score0.00317EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-14155

Malicious code in bioql PyPI...

7.3AI score0.00292EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2024-25319

Malicious code in bioql PyPI...

9.8CVSS6.6AI score0.01946EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2025/09/16 12:0 a.m.47 views

GitHub's Copilot Code Review: Can AI Spot Security Flaws Before You Commit?

As software development practices increasingly adopt AI-powered tools, ensuring that such tools can support secure coding has become critical. This study evaluates the effectiveness of GitHub Copilot's recently introduced code review feature in detecting security vulnerabilities. Using a curated...

7.4AI score
SaveExploits0
OSV
OSV
added 2025/09/11 5:15 p.m.5 views

UBUNTU-CVE-2025-39761

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Decrement TID on RX peer frag setup error handling Currently, TID is not decremented before peer cleanup, during error handling path of ath12kdprxpeerfragsetup. This could lead to out-of-bounds access in peer-rxtid...

8.8CVSS6.5AI score0.00233EPSS
SaveExploits0References24
Gitee
Gitee
added 2025/07/27 3:52 a.m.199 views

Exploit for CVE-2017-3143

Awesome Vulnerability Research 🦄 A curated list of the awesome resources about the Vulnerability Research First things first: There are no exploits in this project. Vulnerabilities != Exploits A Vulnerability resides in the software itself, doing nothing on its own. If you are really curious abou...

7.5CVSS7.8AI score0.57472EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2025/07/19 12:0 a.m.9 views

PT-2025-30142 · Unknown · Church Donation System

Name of the Vulnerable Software and Affected Versions: Church Donation System version 1.0 Description: A critical vulnerability exists in Church Donation System 1.0. The vulnerability affects unknown code within the /members/offering.php file. Manipulation of the trcode argument results in a SQL...

9.8CVSS7.5AI score0.00394EPSS
SaveExploits1References11
NVD
NVD
added 2025/06/16 11:15 a.m.22 views

CVE-2025-47869

Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability was discovered in Apache NuttX RTOS apps/exapmles/xmlrpc application. In this example application device stats structure that stored remotely provided parameters had hardcoded buffer size which could lead to...

9.8CVSS0.00625EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/06/16 11:0 a.m.21 views

CVE-2025-47869 Apache NuttX RTOS: examples/xmlrpc: Fix calls buffers size.

Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability was discovered in Apache NuttX RTOS apps/exapmles/xmlrpc application. In this example application device stats structure that stored remotely provided parameters had hardcoded buffer size which could lead to...

0.00625EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/06/16 11:0 a.m.5 views

CVE-2025-47869 Apache NuttX RTOS: examples/xmlrpc: Fix calls buffers size.

Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability was discovered in Apache NuttX RTOS apps/exapmles/xmlrpc application. In this example application device stats structure that stored remotely provided parameters had hardcoded buffer size which could lead to...

7.3AI score0.00625EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/16 11:0 a.m.75 views

CVE-2025-47869

CVE-2025-47869 affects Apache NuttX RTOS, specifically the apps/examples/xmlrpc component. A device stats structure stored remotely provided parameters using hardcoded buffers can lead to a buffer overflow. The buffers were corrected to CONFIG_XMLRPC_STRINGSIZE+1 in the release 12.9.0 example, af...

9.8CVSS6.7AI score0.00625EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/16 11:0 a.m.7 views

CVE-2025-47869 Apache NuttX RTOS: examples/xmlrpc: Fix calls buffers size.

Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability was discovered in Apache NuttX RTOS apps/exapmles/xmlrpc application. In this example application device stats structure that stored remotely provided parameters had hardcoded buffer size which could lead to...

9.8CVSS7.7AI score
SaveExploits0References5
NVD
NVD
added 2025/05/09 7:16 a.m.17 views

CVE-2025-37836

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pciregisterhostbridge If deviceregister fails, call putdevice to give up the reference to avoid a memory leak, per the comment at deviceregister. Found by code review. bhelgaas: squash Dan Carpenter's...

5.5CVSS0.00292EPSS
SaveExploits0References10
CVE
CVE
added 2025/05/09 6:41 a.m.133 views

CVE-2025-37836

CVE-2025-37836: Linux kernel vulnerability fixed in PCI: Fix reference leak in pci_register_host_bridge. Root cause: if device_register() fails, the code did not drop the reference, risking memory leak. The patch ensures put_device() is called to drop the reference when device_register() fails, p...

5.5CVSS6.7AI score0.00292EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/09 6:41 a.m.9 views

CVE-2025-37836 PCI: Fix reference leak in pci_register_host_bridge()

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pciregisterhostbridge If deviceregister fails, call putdevice to give up the reference to avoid a memory leak, per the comment at deviceregister. Found by code review. bhelgaas: squash Dan Carpenter's...

6.2AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/05/07 5:37 p.m.25 views

CVE-2025-46824 Discourse Code Review Plugin vulnerable to XSS via auto link commits

The Discourse Code Review Plugin allows users to review GitHub commits on Discourse. Prior to commit eed3a80, an attacker can execute arbitrary JavaScript on users' browsers by posting links to malicious GitHub commits. This problem is patched in commit eed3a80 of the discourse-code-review plugin...

3.1CVSS0.00317EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/07 5:37 p.m.7 views

CVE-2025-46824 Discourse Code Review Plugin vulnerable to XSS via auto link commits

The Discourse Code Review Plugin allows users to review GitHub commits on Discourse. Prior to commit eed3a80, an attacker can execute arbitrary JavaScript on users' browsers by posting links to malicious GitHub commits. This problem is patched in commit eed3a80 of the discourse-code-review plugin...

3.1CVSS7.3AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/05/07 5:37 p.m.10 views

CVE-2025-46824 Discourse Code Review Plugin vulnerable to XSS via auto link commits

The Discourse Code Review Plugin allows users to review GitHub commits on Discourse. Prior to commit eed3a80, an attacker can execute arbitrary JavaScript on users' browsers by posting links to malicious GitHub commits. This problem is patched in commit eed3a80 of the discourse-code-review plugin...

3.1CVSS4.4AI score0.00317EPSS
SaveExploits0References2
Rows per page
Query Builder