Lucene search
+L

1476 matches found

exploitpack
exploitpack
added 2018/09/24 11:11 p.m.69 views

yahoo.com

Pentest notes for: google.com Exploit Pack Nmap 7.70 scan initiated Mon Sep 24 23:08:15 2018 as: C:\Program Files x86\Nmap\nmap.exe -sV -A -oA log/google.com google.com Nmap scan report for google.com 172.217.19.206 Host is up 0.027s latency. rDNS record for 172.217.19.206:...

7.4AI score
SaveExploits0
OSV
OSV
added 2018/09/18 1:47 p.m.26 views

GHSA-M8CR-Q935-8J67 Path Traversal in buttle

All versions of buttle are vulnerable to Path Traversal. Due to insufficient input sanitization, attackers can access server files by using relative paths when fetching files. Recommendation No fix is currently available. Consider using an alternative module until a fix is made available...

7.5CVSS7.4AI score0.01918EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2018/09/18 1:47 p.m.37 views

Path Traversal in buttle

All versions of buttle are vulnerable to Path Traversal. Due to insufficient input sanitization, attackers can access server files by using relative paths when fetching files. Recommendation No fix is currently available. Consider using an alternative module until a fix is made available...

7.5CVSS4.5AI score0.01918EPSS
SaveExploits1References4Affected Software1
Openbugbounty
Openbugbounty
added 2018/08/29 2:41 p.m.40 views

alternative-energies.net XSS vulnerability

Open Bug Bounty ID: OBB-670914 Description| Value ---|--- Affected Website:| alternative-energies.net Open Bug Bounty Program:| Create your bounty program now. It's open and free. Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1...

SaveExploits0
OSV
OSV
added 2018/08/21 5:02 p.m.23 views

GHSA-38F5-GHC2-FCMV Code Injection in cryo

All versions of cryo are vulnerable to code injection due to an Insecure implementation of deserialization. Proof of concept js var Cryo = require'cryo'; var frozen = '"root":"CRYOREF3","references":"contents":,"value":"CRYOFUNCTIONfunction console.log\"defconrussia\"; return...

9.8CVSS5.9AI score0.03252EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2018/08/21 5:02 p.m.35 views

Code Injection in cryo

All versions of cryo are vulnerable to code injection due to an Insecure implementation of deserialization. Proof of concept js var Cryo = require'cryo'; var frozen = '"root":"CRYOREF3","references":"contents":,"value":"CRYOFUNCTIONfunction console.log\"defconrussia\"; return...

9.8CVSS9.3AI score0.03252EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2018/07/24 7:46 p.m.59 views

GHSA-PMG9-P9R2-6Q87 ReDoS via long UserAgent header in ua-parser

Affected versions of ua-parser are vulnerable to regular expression denial of service when given a specially crafted User-Agent header. Recommendation No patch is currently available for this vulnerability. The best mitigation is currently to avoid using this package, using a different,...

7.5CVSS5.9AI score0.09242EPSS
SaveExploits2References3
Github Security Blog
Github Security Blog
added 2018/07/24 1:50 p.m.34 views

Directory Traversal in sencisho

Affected versions of sencisho are vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the URL. Example request: http GET /../../../../../../../../../../etc/passwd HTTP/1.1 host:foo Recommendation No patch is available for this vulnerability. ...

7.5CVSS7.1AI score0.02005EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2018/07/23 8:46 p.m.37 views

Directory Traversal in 22lixian

Affected versions of 22lixian resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system. Example...

7.5CVSS7.1AI score0.02005EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2018/07/23 8:45 p.m.52 views

GHSA-4VFJ-C2XF-8R48 Directory Traversal in looppake

Affected versions of looppake resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system. Example...

7.5CVSS7.4AI score0.02005EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2018/07/23 8:44 p.m.26 views

Directory Traversal in intsol-package

intsol-package is a file server. intsol-package is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url. Example Request: http GET /../../../../../../../../../../etc/passwd HTTP/1.1 host:localhost and the server's Response http HTTP/1....

7.5CVSS7.1AI score0.02005EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2018/07/18 6:28 p.m.49 views

Command Injection in dns-sync

Affected versions of dns-sync have an arbitrary command execution vulnerability in the resolve method. Recommendation - Use an alternative dns resolver - Do not allow untrusted input into dns-sync.resolve...

10CVSS6.8AI score0.05132EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2018/04/25 2:30 p.m.37 views

Cross-Site Scripting in @risingstack/protect

All versions of @risingstack/protect are vulnerable to Cross-Site Scripting. The isXss XSS validator has several bypasses that may allow attackers to execute arbitrary JavaScript in a victim's browser. Recommendation No fix is currently available. Consider using an alternative package. The packag...

6.1CVSS5.2AI score0.01307EPSS
SaveExploits1References7Affected Software1
nodejs
nodejs
added 2018/04/24 2:21 p.m.28 views

Cross-Site Scripting

Overview Versions of html-janitor prior to 2.0.2 all current versions are vulnerable to cross-site scripting XSS. This is exploitable if user-controlled data is passed into the modules clean function. Recommendation No fix is currently available for this vulnerability. It is recommended to use an...

4.3CVSS1.8AI score0.01063EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2018/04/20 9:52 p.m.72 views

Failure to sanitize quotes which can lead to sql injection

Overview All versions of squel are vulnerable to sql injection. The squel package does not properly escape user provided input when provided using the setFields method. This could lead to sql injection if the query was then executed. Proof of concept demonstrating the injection of a single quote...

7.1AI score
SaveExploits0Affected Software1
Akamai Blog
Akamai Blog
added 2018/04/13 1:00 p.m.42 views

Akamai and Duo have announced a technology partnership for Zero Trust

Akamai continues to build a zero trust ecosystem by integrating it's Enterprise Application Access EAA with Duo's Multi-Factor Authentication MFA solution. Duo now natively integrates into EAA and augments access with push-based MFA, phone call delivery of MFA tokens, and additional device level...

2.3AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2018/04/10 12:25 p.m.23 views

krb5: Authentication bypass by improper validation of certificate EKU and SAN

An authentication bypass flaw was found in the way krb5's certauth interface handled the validation of client certificates. A remote attacker able to communicate with the KDC could potentially use this flaw to impersonate arbitrary principals under rare and erroneous circumstances...

6.5CVSS7.3AI score0.03303EPSS
SaveExploits0References4
Openbugbounty
Openbugbounty
added 2018/02/24 3:58 p.m.13 views

medecine-douce-alternative.fr XSS vulnerability

Open Bug Bounty ID: OBB-567528 Description| Value ---|--- Affected Website:| medecine-douce-alternative.fr Open Bug Bounty Program:| Create your bounty program now. It's open and free. Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1...

6.3AI score
SaveExploits0
nodejs
nodejs
added 2018/01/23 5:37 p.m.44 views

Reflected Cross-Site Scripting

Overview Affected versions of redis-commander contain a cross-site scripting vulnerability in the highlighterId paramter of the clipboard.swf component on hosts serving Redis Commander. Mitigating factors: Flash must be installed / enabled for this to work. The below proof of concept was verified...

6.1AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2018/01/15 12:00 a.m.19 views

Fedora 27 : fedpkg / rpkg (2017-9cac2b8b4a)

Update - Fixed chain-build - Remove hard dependency of bash-completion from fedpkg rpkg - Ignore TestModulesCli if openidc-client is unavailable cqi - Port mbs-build to rpkg mprahl - Add .vscode to .gitignore mprahl - Fix TestPatch.testrediff in order to run with old version of mock cqi - Allow t...

5.6AI score
SaveExploits0References1
Rows per page
Query Builder