-
-
Notifications
You must be signed in to change notification settings - Fork 89
Bounty upload (10/08) #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
3018d74
Addition of 10 bounties
benharvie 6c7f912
Added an additional 10 bounties
benharvie 89cd6ed
Removed invalid bounties as suggested by Mik317
benharvie 12d88be
Added 2 replacement bounties
benharvie bb2b8e5
Removed angular-froala as it has been fixed
benharvie 317382d
Removed insight-api, not a coding issue
benharvie 1c0dad7
Removed invalid bounties
benharvie dc38d31
Removed unvalidated bounties
benharvie fac6289
Updated Schema for new bounties & added Disclosers
benharvie fbe760a
Added web3.js bounty from Ethereum project
benharvie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # Overview | ||
|
|
||
| `angular-redactor` is an angular directive for the Redactor editor, this package is vulnerable to Cross-site Scripting (XSS) attacks when HTML content mode is used. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "ForkURL": "", | ||
| "Bounty": { | ||
| "Credit": 650, | ||
| "Cash": 25 | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| { | ||
| "PackageVulnerabilityID": 1, | ||
| "DisclosureDate": "2020-08-10", | ||
| "AffectedVersionRange": "*", | ||
| "Summary": "Cross-site Scripting (XSS)", | ||
| "Author": { | ||
| "Username": "", | ||
| "Name": "" | ||
| }, | ||
| "Package": { | ||
| "Registry": "npm", | ||
| "Name": "angular-redactor", | ||
| "URL": "https://www.npmjs.com/package/angular-redactor", | ||
| "Downloads": "77682" | ||
| }, | ||
| "CWEs": [{ | ||
| "ID": "CWE-79", | ||
| "Description": "" | ||
| }], | ||
| "CVSS": { | ||
| "Version": "3.1", | ||
| "AV": "N", | ||
| "AC": "L", | ||
| "PR": "N", | ||
| "UI": "R", | ||
| "S": "U", | ||
| "C": "H", | ||
| "I": "N", | ||
| "A": "N", | ||
| "E": "", | ||
| "RL": "", | ||
| "RC": "", | ||
| "Score": "6.5" | ||
| }, | ||
| "CVEs": [ | ||
| "CVE-2018-13339" | ||
| ], | ||
| "Repository": { | ||
| "URL": "https://github.com/TylerGarlick/angular-redactor", | ||
| "Codebase": [ | ||
| "JavaScript" | ||
| ] | ||
| }, | ||
| "Permalinks": [], | ||
| "References": [{ | ||
| "Description": "GitHub Issue", | ||
| "URL": "https://github.com/TylerGarlick/angular-redactor/issues/77" | ||
| }] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Overview | ||
|
|
||
| `hexo-admin` is a Admin Interface for Hexo, this package are vulnerable to Cross-site Scripting (XSS). | ||
benharvie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| It fails to sanitize rendered markdown, allowing attackers to execute arbitrary JavaScript code in a browser when they create a new post. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "ForkURL": "", | ||
| "Bounty": { | ||
| "Credit": 650, | ||
| "Cash": 25 | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| { | ||
| "PackageVulnerabilityID": 1, | ||
| "DisclosureDate": "2020-08-10", | ||
| "AffectedVersionRange": "*", | ||
| "Summary": "Cross-site Scripting (XSS)", | ||
| "Author": { | ||
| "Username": "", | ||
| "Name": "" | ||
| }, | ||
| "Package": { | ||
| "Registry": "npm", | ||
| "Name": "hexo-admin", | ||
| "URL": "https://www.npmjs.com/package/hexo-admin", | ||
| "Downloads": "22903" | ||
| }, | ||
| "CWEs": [{ | ||
| "ID": "CWE-79", | ||
| "Description": "" | ||
| }], | ||
| "CVSS": { | ||
| "Version": "3.1", | ||
| "AV": "N", | ||
| "AC": "L", | ||
| "PR": "N", | ||
| "UI": "R", | ||
| "S": "U", | ||
| "C": "H", | ||
| "I": "N", | ||
| "A": "N", | ||
| "E": "", | ||
| "RL": "", | ||
| "RC": "", | ||
| "Score": "6.5" | ||
| }, | ||
| "CVEs": [ | ||
| "" | ||
| ], | ||
| "Repository": { | ||
| "URL": "https://github.com/jaredly/hexo-admin", | ||
| "Codebase": [ | ||
| "JavaScript" | ||
| ] | ||
| }, | ||
| "Permalinks": [], | ||
| "References": [{ | ||
| "Description": "GitHub Issue", | ||
| "URL": "https://github.com/jaredly/hexo-admin/issues/185" | ||
| }, | ||
| { | ||
| "Description": "www.npmjs.com", | ||
| "URL": "https://www.npmjs.com/advisories/1211" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Overview | ||
|
|
||
| `insight-api` is a Bitcoin blockchain REST and web socket API service for Bitcore Node. | ||
|
|
||
| This package is vulnerable to Improper Input Validation in the transaction broadcast endpoint that can result in Full Path Disclosure. This attack appears to be exploitable via. web request. | ||
benharvie marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "ForkURL": "", | ||
| "Bounty": { | ||
| "Credit": 530, | ||
| "Cash": 25 | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| { | ||
| "PackageVulnerabilityID": 1, | ||
| "DisclosureDate": "2020-08-10", | ||
| "AffectedVersionRange": "*", | ||
| "Summary": "Improper Input Validation", | ||
| "Author": { | ||
| "Username": "", | ||
| "Name": "" | ||
| }, | ||
| "Package": { | ||
| "Registry": "npm", | ||
| "Name": "insight-api", | ||
| "URL": "https://www.npmjs.com/package/insight-api", | ||
| "Downloads": "12336" | ||
| }, | ||
| "CWEs": [{ | ||
| "ID": "CWE-20", | ||
| "Description": "" | ||
| }], | ||
| "CVSS": { | ||
| "Version": "3.1", | ||
| "AV": "N", | ||
| "AC": "L", | ||
| "PR": "N", | ||
| "UI": "N", | ||
| "S": "U", | ||
| "C": "L", | ||
| "I": "N", | ||
| "A": "N", | ||
| "E": "", | ||
| "RL": "", | ||
| "RC": "", | ||
| "Score": "5.3" | ||
| }, | ||
| "CVEs": [ | ||
| "CVE-2018-1000023" | ||
| ], | ||
| "Repository": { | ||
| "URL": "https://github.com/bitpay/insight-api", | ||
| "Codebase": [ | ||
| "JavaScript" | ||
| ] | ||
| }, | ||
| "Permalinks": [], | ||
| "References": [{ | ||
| "Description": "GitHub Issue", | ||
| "URL": "https://github.com/bitpay/insight-api/issues/542" | ||
| }, | ||
| { | ||
| "Description": "nvd.nist.gov", | ||
| "URL": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000023" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Overview | ||
|
|
||
| `jquery-confirm` is a multipurpose plugin for jquery alert, confirm & dialog. | ||
benharvie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| This package is vulnerable to Cross-site Scripting (XSS), HTML can be injected via. `setIcon` and `closeIconClass`. | ||
|
|
||
| # Proof of Concept | ||
|
|
||
| ``` | ||
| // This shows succesful script execution: alert(0) is executed: | ||
| $.confirm().setIcon('"><img src onerror="alert(0)"><"') | ||
| ``` | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "ForkURL": "", | ||
| "Bounty": { | ||
| "Credit": 630, | ||
| "Cash": 25 | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| { | ||
| "PackageVulnerabilityID": 1, | ||
| "DisclosureDate": "2020-08-10", | ||
| "AffectedVersionRange": "*", | ||
| "Summary": "Cross-site Scripting (XSS)", | ||
| "Author": { | ||
| "Username": "", | ||
| "Name": "" | ||
| }, | ||
| "Package": { | ||
| "Registry": "npm", | ||
| "Name": "jquery-confirm", | ||
| "URL": "https://www.npmjs.com/package/jquery-confirm", | ||
| "Downloads": "247261" | ||
| }, | ||
| "CWEs": [{ | ||
| "ID": "CWE-79", | ||
| "Description": "" | ||
| }], | ||
| "CVSS": { | ||
| "Version": "3.1", | ||
| "AV": "N", | ||
| "AC": "L", | ||
| "PR": "N", | ||
| "UI": "R", | ||
| "S": "U", | ||
| "C": "L", | ||
| "I": "L", | ||
| "A": "L", | ||
| "E": "", | ||
| "RL": "", | ||
| "RC": "", | ||
| "Score": "6.3" | ||
| }, | ||
| "CVEs": [ | ||
| "" | ||
| ], | ||
| "Repository": { | ||
| "URL": "https://github.com/craftpip/jquery-confirm", | ||
| "Codebase": [ | ||
| "JavaScript" | ||
| ] | ||
| }, | ||
| "Permalinks": [], | ||
| "References": [{ | ||
| "Description": "GitHub Issue", | ||
| "URL": "https://github.com/craftpip/jquery-confirm/issues/508" | ||
| }] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # Overview | ||
|
|
||
| `dns-sync` is a dns resolver implemented in Node.js, This package is vulnerable to Regular Expression Denial of Service (ReDoS) attacks. | ||
benharvie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "ForkURL": "", | ||
| "Bounty": { | ||
| "Credit": 530, | ||
| "Cash": 25 | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| { | ||
| "PackageVulnerabilityID": 1, | ||
| "DisclosureDate": "2020-08-10", | ||
| "AffectedVersionRange": "*", | ||
| "Summary": "Regular Expression Denial of Service (ReDoS)", | ||
| "Author": { | ||
| "Username": "", | ||
| "Name": "" | ||
| }, | ||
| "Package": { | ||
| "Registry": "npm", | ||
| "Name": "dns-sync", | ||
| "URL": "https://www.npmjs.com/package/dns-sync", | ||
| "Downloads": "654853" | ||
| }, | ||
| "CWEs": [{ | ||
| "ID": "CWE-400", | ||
| "Description": "" | ||
| }], | ||
| "CVSS": { | ||
| "Version": "3.1", | ||
| "AV": "N", | ||
| "AC": "L", | ||
| "PR": "N", | ||
| "UI": "N", | ||
| "S": "U", | ||
| "C": "N", | ||
| "I": "N", | ||
| "A": "L", | ||
| "E": "", | ||
| "RL": "", | ||
| "RC": "", | ||
| "Score": "5.3" | ||
| }, | ||
| "CVEs": [ | ||
| "CVE-2017-16100" | ||
| ], | ||
| "Repository": { | ||
| "URL": "https://https://github.com/skoranga/node-dns-sync", | ||
| "Codebase": [ | ||
| "JavaScript" | ||
| ] | ||
| }, | ||
| "Permalinks": [], | ||
| "References": [{ | ||
| "Description": "GitHub Issue", | ||
| "URL": "https://github.com/skoranga/node-dns-sync/issues/5" | ||
| }] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Overview | ||
|
|
||
| `squel` is a SQL query string builder, this package is vulnerable to SQL Injection. | ||
|
|
||
| The package does not properly escape user provided input when provided using the `setFields` method. This could lead to SQL injection (SQLi) if the query was then executed. | ||
|
|
||
| # Proof of Concept | ||
|
|
||
| ``` | ||
| > console.log(squel.insert().into('buh').setFields({foo: "bar'baz"}).toString()); | ||
| INSERT INTO buh (foo) VALUES ('bar\'baz') | ||
benharvie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ``` | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "ForkURL": "", | ||
| "Bounty": { | ||
| "Credit": 630, | ||
| "Cash": 25 | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.