Lucene search
+L

101 matches found

nodejs
nodejs
added 2018/05/16 7:28 p.m.560 views

Command Injection

Overview All versions of fs-path are vulnerable to command injection is unsanitized user input is passed in. Recommendation No fix is currently available for this vulnerability. It is our recommendation to not install or use this module until a fix is available. References - HackerOne Report -...

7.4AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2018/05/16 5:55 p.m.519 views

Out-of-bounds Read

Overview Versions of byte before 1.4.1 allocate uninitialized buffers and read data from them past the initialized length Recommendation Update to version 1.4.1 or later. References - HackerOne Report - PR 3 - GitHub Advisory...

6.8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2018/05/16 4:11 p.m.509 views

Out-of-bounds Read

Overview Versions of concat-with-sourcemaps before 1.0.6 allocates uninitialized Buffers when a number is passed as a separator. Recommendation Update to version 1.0.6 or later. References - HackerOne Report - Source Reference - GitHub Advisory...

6.8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2018/05/16 4:01 p.m.528 views

Command Injection

Overview Versions of pdfinfojs before 0.4.1 are vulnerable to command injection. This is exploitable if an attacker can control the filename parameter that is passed into the pdfinfojs constructor. Recommendation Update to version 0.4.1 or later. References - HackerOne Report - Commit 5cc59cd -...

10CVSS4AI score0.04928EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2018/04/24 4:17 p.m.42 views

Cross-Site Scripting

Overview Versions of simple-server before 1.1.0 are vulnerable to stored cross-site scripting XSS. This is exploitable if an attacker can control a filename on the server. Recommendation Update to version 1.1.0 or later. References - HackerOne Report...

3.5CVSS3AI score0.01326EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2018/04/24 3:44 p.m.48 views

Path Traversal

Overview Versions of angular-http-server before 1.4.3 are vulnerable to path traversal allowing a remote attacker to read files from the server that uses angular-http-server. Recommendation Update to version 1.6.0 or later. Note: This was originally thought to be fixed in version 1.4.3, though...

4CVSS4AI score0.01474EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2018/04/24 3:31 p.m.188 views

Stored Cross-Site Scripting

Overview All versions of simplehttpserver are vulnerable to stored cross-site scripting XSS. To be exploited an attacker needs to control the filename of a file that is used in the directory listing output. Recommendation No fix is currently available for this vulnerability. It is our...

3.5CVSS1.2AI score0.00643EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2018/04/24 2:37 p.m.30 views

Prototype Pollution

Overview Versions of default-deep before 0.2.4 are vulnerable to prototype pollution Recommendation Update to version 0.2.4 or later. References - HackerOne Report - GitHub Advisory...

6.5CVSS4.1AI score0.02036EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2018/04/20 9:48 p.m.100 views

Path Traversal

Overview Versions of resolve-path before 1.4.0 are vulnerable to path traversal. resolve-path relative path resolving suffers from a lack of file path sanitization for windows based paths. Recommendation Update to version 1.4.0 or later. References - HackerOne Report - GitHub Advisory...

5CVSS3.6AI score0.0241EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2018/04/20 9:43 p.m.32 views

Path Traversal

Overview Versions of public before 0.1.3 are vulnerable to path traversal. This is due to lack of file path sanitization which could lead to any file the parent process has access to on the server to be read by malicious user. Recommendation Update to version 0.1.3 or later. References - Github...

5CVSS3.1AI score0.02038EPSS
SaveExploits1Affected Software1
OwnCloud
OwnCloud
added 2017/05/31 12:00 a.m.69 views

XSS in Error Page - ownCloud security advisory

Platform: ownCloud Server Versions: 10.0.2 Date: 5/31/2017 Risk level: Medium CVSS v3 Base Score: 4.3 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N CWE: Improper Neutralization of Input During Web Page Generation ‘Cross-site Scripting’ CWE-79 HackerOne report: 215410...

6.1CVSS5.9AI score0.012EPSS
SaveExploits0
OwnCloud
OwnCloud
added 2017/05/31 12:00 a.m.50 views

Security advisory: Normal user can somehow make admin to delete shared folders

Platform: ownCloud Server Versions: 10.0.2 Date: 5/31/2017 Risk level: Medium CVSS v3 Base Score: 4.3 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N CWE: Improper Privilege Management CWE-269 HackerOne report:Â 166581...

6.5CVSS6.6AI score0.00998EPSS
SaveExploits1
Hacker One
Hacker One
added 2017/05/23 11:15 a.m.35 views

Cuvva: RC4 cipher suit in use in vpn.corp.cuvva.co

Hi cuvva security team I found another cryptographic issue in vpn.corp.cuvva.co About: attacks against TLS that allows an attacker to recover a limited amount of plaintext from a TLS connection when RC4 encryption is used. The attacks arise from statistical flaws in the keystream generated by the...

6.6AI score
SaveExploits0
Hacker One
Hacker One
added 2017/05/03 5:34 a.m.54 views

HackerOne: Insecure SHA1withRSA in b5s.hackerone-ext-content.com and a4l.hackerone-ext-content.com

Hello, I just found some minor issue with RSA 2048 bits SHA1withRSA in b5s.hackerone-ext-content.com and a4l.hackerone-ext-content.com thru Qualys SSL Labs and wanted to report it. Proof of Concept https://www.ssllabs.com/ssltest/analyze.html?d=b5s.hackerone-ext-content.com Result: SHA1withRSA...

0.1AI score
SaveExploits0
Hacker One
Hacker One
added 2016/12/09 4:27 p.m.41 views

Ruby on Rails: CSRF header is sent to external websites when using data-remote forms

Looks like there is a regression in the fix for CVE-2015-1840 H1 report. The origin isn't being checked before adding a CSRF header to data-remote forms. I noticed this when checking out the new rails-ujs repo. Example Rails template: submit Example http://attacker.com app require "sinatra" optio...

5CVSS7.9AI score0.04519EPSS
SaveExploits2
Friends Of PHP
Friends Of PHP
added 2016/10/31 9:00 a.m.20 views

Local File Inclusion Vulnerability

More info at https://hackerone.com/reports/179034...

7.2AI score
SaveExploits0Affected Software1
Hacker One
Hacker One
added 2016/08/10 8:05 p.m.60 views

Certly: Business logic Failure - Browser cache management and logout vulnerability in Certly

1.login the account. 2. browse any tabs or anything in the site 3. logout the account 4.click the back browser button and you are able to see the all previous page Related Topic: https://hackerone.com/reports/7909...

0.9AI score
SaveExploits0
zdt
zdt
added 2016/05/25 12:00 a.m.95 views

Ubiquiti airOS - Arbitrary File Upload (Metasploit)

Exploit for unix platform in category remote exploits This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Ubiquiti airOS Arbitrary File Upload', 'Description' = %q This module exploits a pre-auth fi...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2016/02/13 12:00 a.m.82 views

Ubiquiti airOS Arbitrary File Upload

This module exploits a pre-auth file upload to install a new root user to /etc/passwd and an SSH key to /etc/dropbear/authorizedkeys. FYI, /etc/passwd,dropbear/authorizedkeys will be overwritten. /etc/persistent/rc.poststart will be overwritten if PERSISTETC is true. This method is used by the "m...

10CVSS8.6AI score0.73999EPSS
SaveExploits3
Hacker One
Hacker One
added 2016/01/02 9:18 p.m.44 views

VK.com: API: Bug in method auth.signup , дающий возможность бесконечно звонить

Отсутствие flood-контроля в api методе регистрации, что давало возможность отправлять массово смс или звонить на произвольный номер. В API Найдена уязвимость дающая бесконечно звонить и слать смс , лимит запросов можно было обойти. найдена практически такая же уязвимость , как и в репорте...

6.9AI score
SaveExploits0
Rows per page
Query Builder