Lucene search
+L

1415 matches found

Github Security Blog
Github Security Blog
added 2020/09/11 9:11 p.m.26 views

Command Injection in wxchangba

All versions of wxchangba are vulnerable to Command Injection. The package does not validate user input on the reqPostMaterial function, passing contents of the file parameter to an exec call. This may allow attackers to run arbitrary commands in the system. Recommendation No fix is currently...

6.9AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/11 9:8 p.m.46 views

Command Injection in soletta-dev-app

All versions of soletta-dev-app are vulnerable to Command Injection. The package does not validate user input on the /api/service/status API endpoint, passing contents of the service query parameter to an exec call. This may allow attackers to run arbitrary commands in the system. Recommendation ...

6.8AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2020/09/11 9:8 p.m.10 views

GHSA-8MGG-5X65-M4M4 Command Injection in soletta-dev-app

All versions of soletta-dev-app are vulnerable to Command Injection. The package does not validate user input on the /api/service/status API endpoint, passing contents of the service query parameter to an exec call. This may allow attackers to run arbitrary commands in the system. Recommendation ...

7.4AI score
SaveExploits0References1
OSV
OSV
added 2020/09/10 7:44 p.m.21 views

GHSA-HX3R-JV9Q-85JW Bitcoin Inventory Out-of-Memory Denial-of-Service Attack (CVE-2018-17145)

There was an easily exploitable uncontrolled memory resource consumption denial-of-service vulnerability that existed in the peer-to-peer network code of three implementations of Bitcoin and several alternative chains. For more details please see: https://invdos.net/ For the paper:...

7.5CVSS7.5AI score0.03411EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2020/09/10 7:44 p.m.64 views

Bitcoin Inventory Out-of-Memory Denial-of-Service Attack (CVE-2018-17145)

There was an easily exploitable uncontrolled memory resource consumption denial-of-service vulnerability that existed in the peer-to-peer network code of three implementations of Bitcoin and several alternative chains. For more details please see: https://invdos.net/ For the paper:...

7.5CVSS1.1AI score0.03411EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2020/09/04 5:55 p.m.9 views

GHSA-5FF8-JCF9-FW62 Cross-Site Scripting in markdown-it-katex

All versions of markdown-it-katex are vulnerable to Cross-Site Scripting XSS. The package fails to properly escape error messages, which may allow attackers to execute arbitrary JavaScript in a victim's browser by triggering an error. Recommendation No fix is currently available. Consider using a...

6.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2020/09/04 5:55 p.m.161 views

Cross-Site Scripting in markdown-it-katex

All versions of markdown-it-katex are vulnerable to Cross-Site Scripting XSS. The package fails to properly escape error messages, which may allow attackers to execute arbitrary JavaScript in a victim's browser by triggering an error. Recommendation No fix is currently available. Consider using a...

5.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2020/09/04 5:54 p.m.13 views

GHSA-RJVJ-673Q-4HFW Command Injection in traceroute

All versions of traceroute are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an exec call, which may allow attackers to execute arbitrary code in the system. The trace function is vulnerable and can be abused if the host value is controlled by an...

8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2020/09/04 5:54 p.m.57 views

Command Injection in traceroute

All versions of traceroute are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an exec call, which may allow attackers to execute arbitrary code in the system. The trace function is vulnerable and can be abused if the host value is controlled by an...

5.7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2020/09/04 5:37 p.m.10 views

GHSA-VJVW-WCMW-PR26 Insufficient Entropy in parsel

All versions of parsel use an insecure key derivation function. The package runs keys of arbitrary lengths through one round of SHA256 hashing for key stretching. This allows for the use of keys of insufficient entropy with inappropriate key stretching. Recommendation The package is deprecated an...

7.3AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2020/09/04 5:37 p.m.35 views

Insufficient Entropy in parsel

All versions of parsel use an insecure key derivation function. The package runs keys of arbitrary lengths through one round of SHA256 hashing for key stretching. This allows for the use of keys of insufficient entropy with inappropriate key stretching. Recommendation The package is deprecated an...

4.1AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/04 5:36 p.m.27 views

Insecure Cryptography Algorithm in parsel

All versions of parsel use an insecure cryptography algorithm. The package uses aes-256-cbc without integrity checks, which renders the ciphertext vulnerable to bit-flipping attacks. Recommendation The package is deprecated and will not be updated. Consider using an alternative package...

4.2AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2020/09/04 5:36 p.m.12 views

GHSA-WQGX-4Q47-J2W5 Insecure Cryptography Algorithm in parsel

All versions of parsel use an insecure cryptography algorithm. The package uses aes-256-cbc without integrity checks, which renders the ciphertext vulnerable to bit-flipping attacks. Recommendation The package is deprecated and will not be updated. Consider using an alternative package...

7AI score
SaveExploits0References1
OSV
OSV
added 2020/09/04 5:34 p.m.15 views

GHSA-Q643-W9JP-Q2QG Hardcoded Initialization Vector in parsel

All versions of parsel have a default hardcoded initialization vector. In cases where the IV is not provided, the package defaults to a hardcoded IV which renders the cipher vulnerable to chosen plaintext attacks. Recommendation The package is deprecated and will not be updated. Consider using an...

7AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2020/09/04 5:34 p.m.22 views

Hardcoded Initialization Vector in parsel

All versions of parsel have a default hardcoded initialization vector. In cases where the IV is not provided, the package defaults to a hardcoded IV which renders the cipher vulnerable to chosen plaintext attacks. Recommendation The package is deprecated and will not be updated. Consider using an...

4.1AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2020/09/04 5:32 p.m.54 views

GHSA-49MG-94FC-2FX6 Command Injection in npm-git-publish

All versions of npm-git-publish are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an execSync call, which may allow attackers to execute arbitrary code in the system. The publish function is vulnerable through the gitRemoteUrl variable...

8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2020/09/04 5:28 p.m.22 views

Cross-Site Scripting in atlasboard-atlassian-package

All versions of atlasboard-atlassian-package prior to 0.4.2 are vulnerable to Cross-Site Scripting XSS. The package fails to properly sanitize user input that is rendered as HTML, which may allow attackers to execute arbitrary JavaScript in a victim's browser. This requires attackers being able t...

3.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/04 5:26 p.m.31 views

Command Injection in giting

All versions of gitting are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to an exec call, which may allow attackers to execute arbitrary code in the system. The pull function is vulnerable through the branch variable. Recommendation No fix is current...

6.8AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/04 5:23 p.m.32 views

Improper Authorization in passport-cognito

All versions of passport-cognito are vulnerable to Improper Authorization. The package fails to properly scope the variables containing authorization information, such as access token, refresh token and ID token. This causes a race condition where simultaneous authenticated users may receive...

3.7AI score0.00298EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2020/09/04 5:20 p.m.6 views

GHSA-65XX-C85X-WG76 Command Injection in plotter

All versions of plotter are vulnerable to Command Injection. The package fails to sanitize plot titles, which may allow attackers to execute arbitrary code in the system if the title value is supplied by a user. The following proof-of-concept creates a testing file in the current directory: var...

8AI score
SaveExploits0References1
Rows per page
Query Builder