Lucene search
+L

2564 matches found

Code423n4
Code423n4
added 2023/01/09 12:0 a.m.6 views

Uninialized or front-runnable .init function in proxy implementation contract

Lines of code Vulnerability details Uninialized or front-runnable .init function in proxy implementation contract Impact DoS for all users' smart account proxies leading to locked funds forever. Proof of Concept Nowhere in the code the SmartAccount.sol implementation contract is initialized by...

7.1AI score
SaveExploits0
OSV
OSV
added 2023/01/05 12:18 p.m.42 views

GHSA-H857-2G56-468G @mattkrick/sanitize-svg vulnerable to Cross-Site Scripting (XSS)

Impact The sanitize-svg package uses a deny-list-pattern to sanitize SVGs to prevent cross-site scripting XSS. In doing so, literal -tags and on-event handlers were detected: typescript ... const svgEl = div.firstElementChild! const attributes = Array.fromsvgEl.attributes.map name = name const...

7.6CVSS6.4AI score0.00571EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2023/01/05 12:18 p.m.133 views

@mattkrick/sanitize-svg vulnerable to Cross-Site Scripting (XSS)

Impact The sanitize-svg package uses a deny-list-pattern to sanitize SVGs to prevent cross-site scripting XSS. In doing so, literal -tags and on-event handlers were detected: typescript ... const svgEl = div.firstElementChild! const attributes = Array.fromsvgEl.attributes.map name = name const...

7.6CVSS5.8AI score0.00571EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/01/05 11:15 a.m.12 views

CVE-2021-4305

A vulnerability was found in Woorank robots-txt-guard. It has been rated as problematic. Affected by this issue is the function makePathPattern of the file lib/patterns.js. The manipulation of the argument pattern leads to inefficient regular expression complexity. The exploit has been disclosed ...

7.5CVSS7.6AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2023/01/05 12:0 a.m.8 views

PT-2023-12409 · Unknown · Woorank Robots-Txt-Guard

Name of the Vulnerable Software and Affected Versions: Woorank robots-txt-guard affected versions not specified Description: A vulnerability was found in the function makePathPattern of the file lib/patterns.js. The manipulation of the argument pattern leads to inefficient regular expression...

7.5CVSS4.6AI score0.00938EPSS
SaveExploits0References9
Prion
Prion
added 2023/01/04 3:15 p.m.13 views

Cross site scripting

The sanitize-svg package, a small SVG sanitizer to prevent cross-site scripting attacks, uses a deny-list-pattern to sanitize SVGs to prevent XSS. In doing so, literal -tags and on-event handlers were detected in versions prior to 0.4.0. As a result, downstream software that relies on sanitize-sv...

5.8CVSS5.8AI score0.00571EPSS
SaveExploits1References2Affected Software1
Code423n4
Code423n4
added 2023/01/03 12:0 a.m.16 views

getStakers() and getMinipools() could return wrong values (Access Control)

Lines of code Vulnerability details Impact Staking.sol and MinipoolManager.sol contracts use the eternal storage pattern. The contracts are a key-value store that all protocol contracts can write to and read. more info: Functions getStakers.staking and getMinipools.MinipoolManager are implemented...

7.3AI score
SaveExploits0
NVD
NVD
added 2022/12/23 2:15 p.m.40 views

CVE-2022-46171

Tauri is a framework for building binaries for all major desktop platforms. The filesystem glob pattern wildcards , ?, and ... match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Scopes without the wildcards are not affected. As...

7.7CVSS0.01006EPSS
SaveExploits1References3
CVE
CVE
added 2022/12/23 1:47 p.m.91 views

CVE-2022-46171

The CVE-2022-46171 entry concerns the Tauri framework, where filesystem glob pattern wildcards (*, ?, [...]) by default match file path literals and leading dots, unintentionally exposing subfolder contents within allowed paths. This is a path traversal risk tied to the fs scope behavior, particu...

7.7CVSS7AI score0.01006EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/12/23 1:47 p.m.30 views

CVE-2022-46171 Tauri vulnerable to path traversal

Tauri is a framework for building binaries for all major desktop platforms. The filesystem glob pattern wildcards , ?, and ... match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Scopes without the wildcards are not affected. As...

6.8CVSS7.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2022/12/23 1:47 p.m.47 views

CVE-2022-46171 Tauri vulnerable to path traversal

Tauri is a framework for building binaries for all major desktop platforms. The filesystem glob pattern wildcards , ?, and ... match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Scopes without the wildcards are not affected. As...

6.8CVSS7.8AI score0.01006EPSS
SaveExploits1References3
Veracode
Veracode
added 2022/12/23 8:31 a.m.77 views

Regular Expression Denial Of Service (ReDoS)

setuptools is vulnerable to regular expression denial of service. The vulnerability exists due to the insecure regex pattern used for the REL attribute in the findexternallinks function of packageindex.py, allowing an attacker to crash the application by passing a malicious HTML...

5.9CVSS6AI score0.02617EPSS
SaveExploits1References13Affected Software3
Veracode
Veracode
added 2022/12/23 5:51 a.m.72 views

Regular Expression Denial Of Service (ReDoS)

isjs is vulnerable to regular expression denial of service. The vulnerability exists due to the insecure regex pattern used for url matching in is.js allowing an attacker to crash the application by providing malicious urls...

7.5CVSS7.2AI score0.00866EPSS
SaveExploits1References3Affected Software2
NVD
NVD
added 2022/12/22 8:15 p.m.11 views

CVE-2022-1834

When displaying the sender of an email, and the sender name contained the Braille Pattern Blank space character multiple times, Thunderbird would have displayed all the spaces. This could have been used by an attacker to send an email message with the attacker's digital signature, that was shown...

6.5CVSS0.0038EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2022/12/22 8:3 p.m.112 views

Tauri Filesystem Scope Glob Pattern is too Permissive

Impact The filesystem glob pattern wildcards , ?, and ... match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Example: The fs scope $HOME/.key would also allow $HOME/.ssh/secret.key to be read even though it is in a sub director...

7.7CVSS7.1AI score0.01006EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/12/22 8:3 p.m.21 views

GHSA-6MV3-WM7J-H4W5 Tauri Filesystem Scope Glob Pattern is too Permissive

Impact The filesystem glob pattern wildcards , ?, and ... match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Example: The fs scope $HOME/.key would also allow $HOME/.ssh/secret.key to be read even though it is in a sub director...

6.8CVSS6.8AI score0.01006EPSS
SaveExploits1References6
Debian CVE
Debian CVE
added 2022/12/22 12:0 a.m.37 views

CVE-2022-1834

When displaying the sender of an email, and the sender name contained the Braille Pattern Blank space character multiple times, Thunderbird would have displayed all the spaces. This could have been used by an attacker to send an email message with the attacker's digital signature, that was shown...

6.5CVSS2.4AI score0.0038EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2022/12/22 12:0 a.m.63 views

CVE-2022-1834

When displaying the sender of an email, and the sender name contained the Braille Pattern Blank space character multiple times, Thunderbird would have displayed all the spaces. This could have been used by an attacker to send an email message with the attacker's digital signature, that was shown...

6.5CVSS7.8AI score0.0038EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2022/12/22 12:0 a.m.3 views

CVE-2022-1834

When displaying the sender of an email, and the sender name contained the Braille Pattern Blank space character multiple times, Thunderbird would have displayed all the spaces. This could have been used by an attacker to send an email message with the attacker's digital signature, that was shown...

6.2AI score0.0038EPSS
SaveExploits0References2
The Hacker News
The Hacker News
added 2022/12/20 6:33 a.m.24 views

FTC Fines Fortnite Maker Epic Games $275 Million for Violating Children's Privacy Law

Epic Games has reached a $520 million settlement with the U.S. Federal Trade Commission FTC over allegations that the Fortnite creator violated online privacy laws for children and tricked users into making unintended purchases in the video game. To that end, the company will pay a record $275...

SaveExploits0
Rows per page
Query Builder