Lucene search
K

26 matches found

Circl
Circl
added 2026/05/18 2:10 p.m.2 views

GHSA-97R8-RF7Q-WMJW

creationtimestamp| type| source ---|---|--- 2026-05-18 14:10:50+00:00| seen| https://gist.github.com/alon710/98fbc08fd28e864acb5a0c94e605d960...

5.8AI score
Exploits0References1
OSV
OSV
added 2026/04/17 11:16 a.m.0 views

CGA-2RX6-Q92R-6R9F

Bulletin has no description...

3.1CVSS5.6AI score0.00011EPSS
Exploits0
OSV
OSV
added 2026/04/15 8:30 p.m.2 views

MINI-4FWM-6M54-JCJQ

Bulletin has no description...

7.1CVSS5.7AI score0.00036EPSS
Exploits0
EUVD
EUVD
added 2026/01/20 2:49 p.m.1 views

EUVD-2026-3414

Multiple reflected cross-site scripting xss vulnerabilities exist in the config.php functionality of MedDream PACS Premium 7.3.6.870. Specially crafted malicious URLs can lead to arbitrary javascript code execution. An attacker can provide a crafted URL to trigger these vulnerabilities.This...

6.1CVSS5.6AI score0.00083EPSS
Exploits1References2
EUVD
EUVD
added 2026/01/16 8:23 a.m.1 views

EUVD-2026-2959

The Essential Addons for Elementor plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to and including 6.5.5 via the 'eaelproductquickviewpopup' function. This makes it possible for unauthenticated attackers to retrieve WooCommerce product information for...

5.3CVSS5.3AI score0.00026EPSS
Exploits0References8
EUVD
EUVD
added 2026/01/16 12:30 a.m.5 views

EUVD-2026-3038

EUVD-2026-3038...

8.5CVSS6.4AI score0.00007EPSS
Exploits1References4
EUVD
EUVD
added 2026/01/13 8:20 p.m.1 views

EUVD-2026-2044

Substance3D - Modeler versions 1.22.4 and earlier are affected by an Out-of-bounds Read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information stored in memory. Exploitation of this issue requires user interaction in that ...

5.5CVSS5.5AI score0.00039EPSS
Exploits0References2
EUVD
EUVD
added 2026/01/08 9:17 a.m.2 views

EUVD-2026-1558

Improper Control of Filename for Include/Require Statement in PHP Program 'PHP Remote File Inclusion' vulnerability in TMRW-studio Atlas atlas allows PHP Local File Inclusion.This issue affects Atlas: from n/a through = 2.1.0...

9.8CVSS6.6AI score0.00066EPSS
Exploits0References2
EUVD
EUVD
added 2026/01/02 6:30 p.m.1 views

EUVD-2026-0082

This CVE ID was rejected because it was reserved but not used for a vulnerability disclosure...

5.5AI score
Exploits0References1
EUVD
EUVD
added 2025/12/19 6:30 a.m.2 views

EUVD-2025-204446

Not used...

6.4AI score
Exploits0References1
OSV
OSV
added 2025/11/10 7:11 a.m.1 views

CGA-V334-MW6G-QM48

Bulletin has no description...

6.9CVSS7AI score0.00007EPSS
Exploits1
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.12 views

CVE-2022-49239 ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: Add missing ofnodeput in wcd934xcodecparsedata The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This is similar to commit 64b92de9603f...

0.00024EPSS
Exploits0References5
wpexploit
wpexploit
added 2024/06/05 12:0 a.m.134 views

WebP & SVG Support <= 1.4.0 - Author+ Stored XSS via SVG

Description The plugin does not sanitise uploaded SVG files, which could allow users with a role as low as Author to upload a malicious SVG containing XSS payloads. Upload an SVG with the following markup: alert"XSS"; Load the SVG and see the XSS. Code reference:...

6.2AI score0.00202EPSS
Exploits2
OSV
OSV
added 2023/09/06 6:43 p.m.20 views

GHSA-W23Q-4HW3-2PP6 Minio vulnerable to Privilege Escalation on Windows via Path separator manipulation

Impact All users on Windows are impacted. MinIO fails to filter the \ character, which allows for arbitrary object placement across buckets. As a result, a user with low privileges, such as an access key, service account, or STS credential, which only has permission to PutObject in a specific...

8.8CVSS8.5AI score0.00639EPSS
Exploits0References6
Code423n4
Code423n4
added 2023/06/23 12:0 a.m.9 views

Add check to disallow creation of Standard Denomination pool

Lines of code Vulnerability details Impact CreatePool does not check if the counterpartyDenom is a Standard Denomination. This can lead to creation of pools where the StandardDenom and the CounterpartyDenom are the same. Code reference // CreatePool create a liquidity that saves relevant...

6.6AI score
Exploits0
Code423n4
Code423n4
added 2023/05/11 12:0 a.m.8 views

Extraordinary proposal can become stuck

Lines of code Vulnerability details Since standard and extraordinary proposals use the same treasury funds accounting variables and extraordinary voting period is long enough 1 month, it is possible that extraordinary proposal that was valid and gained enough votes will end up frozen: it might no...

6.7AI score
Exploits0
Code423n4
Code423n4
added 2022/07/08 12:0 a.m.8 views

latestRoundData should have returned value checks

Lines of code Vulnerability details Impact when we use the latestRoundData we should always check the returned value because it may return stale data. , int256 price, , , = feed.latestRoundData; Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any...

7AI score
Exploits0
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.8 views

Wrong usage of positionId in ConcentratedLiquidityPoolManager

Handle broccoli Vulnerability details Impact In the subscribe function of ConcentratedLiquidityPoolManager, the incentive to subscribed is determined as follows: Incentive memory incentive = incentivespoolpositionId; However, positionId should be incentiveId, a counter that increases by one...

6.8AI score
Exploits0
Kitploit
Kitploit
added 2016/08/06 2:46 p.m.584 views

A2SV - Auto Scanning to SSL Vulnerability

█████╗ ██████╗ ███████╗██╗ ██╗ ██╔══██╗╚════██╗██╔════╝██║ ██║ ███████║ █████╔╝███████╗██║ ██║ .o oOOOOOOOo ██╔══██║██╔═══╝ ╚════██║╚██╗ ██╔╝ OOOo Ob.OOOOOOOo O ██║ ██║███████╗███████║ ╚████╔╝ .adOOOOOOO OboO'''''''''' ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═══╝ ''''''''''OO OOP.oOOOOOOOOOOO 'POOOOOOOOOOOo...

7.5CVSS7.2AI score0.94464EPSS
Exploits98References6
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.17 views

CoolPlayer 2.19 - (Skin File) Local Buffer Overflow Exploit

No description provided by source. / CoolPlayer 2.19 Skin File Local Buffer Overflow Exploit Advisory: http://www.bmgsec.com.au/advisory/43/ Test box: WinXP Pro SP2 English Code reference is in skin.c, lines 464 - 480 Written and discovered by: r0ut3r writ3r at gmail.com / www.bmgsec.com.au /...

7.1AI score
Exploits0
Rows per page
Query Builder