Lucene search
+L

677 matches found

Hacker One
Hacker One
•added 2019/11/02 10:35 p.m.•23 views

Node.js third-party modules: [git-promise] RCE via insecure command formatting

I would like to report a RCE issue in the git-promise module. It allows to execute arbitrary commands remotely inside the victim's PC Module module name: git-promise version: 0.3.1 npm page: https://www.npmjs.com/package/git-promise Module Description Simple wrapper that allows you to run any git...

1.2AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
•added 2019/08/22 12:00 a.m.•13 views

The vulnerability relates to the implementation of the HTTP/2 network protocol on Windows operating systems, nginx servers, network programming tools like netty, Envoy, SwiftNIO, and Node.js software platforms. This allows attackers to induce service failures.

The vulnerability of the HTTP/2 network protocol implementation in Windows operating systems, nginx servers, network programming tools like Netty, Envoy, SwiftNIO, and Node.js software platforms is related to an uncontrolled resource consumption. Exploiting this vulnerability can allow a maliciou...

7.8CVSS5.5AI score0.25448EPSS
SaveExploits0References10Affected Software6
OSV
OSV
•added 2019/08/13 9:15 p.m.•10 views

ALPINE-CVE-2019-9518

Some HTTP/2 implementations are vulnerable to a flood of empty frames, potentially leading to a denial of service. The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSHPROMISE. The peer spends ti...

7.5CVSS8.8AI score0.25448EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2019/08/13 12:00 a.m.•12 views

PT-2019-2979 · Alt Linux +7 · Alt Linux +7

Name of the Vulnerable Software and Affected Versions: HTTP/2 implementations affected versions not specified Description: The issue is related to a flood of empty frames in HTTP/2 implementations, which can lead to a denial of service. An attacker sends a stream of frames with an empty payload a...

9.8CVSS6.3AI score0.95326EPSS
SaveExploits52References622
Packet Storm
Packet Storm
•added 2019/04/02 12:00 a.m.•125 views

Chrome JSPromise::TriggerPromiseReactions Type Confusion

Chrome: Type confusion in JSPromise::TriggerPromiseReactions VULNERABILITY DETAILS ==1. TriggerPromiseReactions== https://cs.chromium.org/chromium/src/v8/src/objects.cc?rcl=d24c8dd69f1c7e89553ce101272aedefdb41110d&l=5975 Handle JSPromise::TriggerPromiseReactionsIsolate isolate, Handle reactions,...

7.4AI score
SaveExploits0
Wired Threat Level
Wired Threat Level
•added 2019/01/10 12:43 a.m.•117 views

Carriers Swore They'd Stop Selling Location Data. Will They Ever?

Months after Sprint, AT, T-Mobile, and Verizon promised to stop selling user location data, the practice continues...

3.4AI score
SaveExploits0
Packet Storm
Packet Storm
•added 2018/06/07 12:00 a.m.•33 views

Chrome V8 PromiseAllResolveElementClosure Element Confusion

Chrome: V8: PromiseAllResolveElementClosure can cause elements kind confusion The Promise.all method internally uses PromiseAllResolveElementClosure https://cs.chromium.org/chromium/src/v8/src/builtins/builtins-promise-gen.cc?rcl=dc2d3bb9711effb349df58af26c49169aa019121&l=1910 as a resolver for...

SaveExploits0
Microsoft Secure
Microsoft Secure
•added 2018/05/01 5:00 p.m.•28 views

Building a world without passwords

Nobody likes passwords. They are inconvenient, insecure, and expensive. In fact, we dislike them so much that weve been busy at work trying to create a world without them a world without passwords. In this blog, we will provide a brief insight into how we at Microsoft think about solving this...

SaveExploits0
CNVD
CNVD
•added 2018/02/26 12:00 a.m.•7 views

Promise Technology WebPam Pro-E Appliance HTTP Response Header Injection Vulnerability

Promise Technology WebPam Pro-E devices are a data center device from Promise Technology. A security vulnerability exists in the Promise Technology WebPam Pro-E devices due to a failure to filter parameters in the PHPSESSID cookie. The vulnerability can be exploited by remote attackers to conduct...

6.1CVSS7.3AI score0.00754EPSS
SaveExploits0References1
Prion
Prion
•added 2018/02/07 5:29 a.m.•20 views

Crlf injection

Promise Technology WebPam Pro-E devices allow remote attackers to conduct XSS, HTTP Response Splitting, and CRLF Injection attacks via JavaScript code in a PHPSESSID cookie...

4.3CVSS6.6AI score0.00754EPSS
SaveExploits0References1
NVD
NVD
•added 2018/02/07 5:29 a.m.•20 views

CVE-2018-6603

Promise Technology WebPam Pro-E devices allow remote attackers to conduct XSS, HTTP Response Splitting, and CRLF Injection attacks via JavaScript code in a PHPSESSID cookie...

6.1CVSS6.6AI score0.00754EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2018/02/07 5:00 a.m.•28 views

CVE-2018-6603

Promise Technology WebPam Pro-E devices allow remote attackers to conduct XSS, HTTP Response Splitting, and CRLF Injection attacks via JavaScript code in a PHPSESSID cookie...

6.6AI score0.00754EPSS
SaveExploits0References1
CVE
CVE
•added 2018/02/07 5:00 a.m.•50 views

CVE-2018-6603

The CVE-2018-6603 issue affects Promise Technology WebPam Pro-E devices, where remote attackers can exploit a failure to filter parameters in the PHPSESSID cookie to trigger XSS, HTTP Response Splitting, and CRLF Injection via JavaScript in the cookie. Public references in CNVD/NVD entries corrob...

6.1CVSS6.6AI score0.00754EPSS
SaveExploits0References1Affected Software1
seebug.org
seebug.org
•added 2018/01/29 12:00 a.m.•21 views

chrome:Cross-origin object leak via fetch

VULNERABILITY DETAILS The promise returned by fetch.callcrossOriginWindow is created in the cross-origin context. Direct cross-origin scripting is not possible because cross-origin function constructors don't work anymore issue 541703 . But the attacker can e.g. call other functions of the...

6.7AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
•added 2017/12/07 1:23 p.m.•18 views

await vs return vs return await

When writing async functions, there are differences between await vs return vs return await, and picking the right one is important. Let's start with this async function: async function waitAndMaybeReject // Wait one second await new Promiser = setTimeoutr, 1000; // Toss a coin const isHeads =...

7.4AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
•added 2017/12/07 1:23 p.m.•20 views

await vs return vs return await

When writing async functions, there are differences between await vs return vs return await, and picking the right one is important. Let's start with this async function: async function waitAndMaybeReject // Wait one second await new Promiser = setTimeoutr, 1000; // Toss a coin const isHeads =...

7.4AI score
SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
•added 2017/03/14 6:09 p.m.•71 views

Security update for MozillaFirefox, mozilla-nss (important)

This update for MozillaFirefox and mozilla-nss fixes the following issues: MozillaFirefox was updated to Firefox 52.0 boo1028391 requires NSS = 3.28.3 Pages containing insecure password fields now display a warning directly within username and password fields. Send and open a tab from one device ...

0.4AI score0.17273EPSS
SaveExploits21References1
OSV
OSV
•added 2017/01/27 12:00 a.m.•24 views

UBUNTU-CVE-2017-5010

Blink in Google Chrome prior to 56.0.2924.76 for Linux, Windows and Mac, and 56.0.2924.87 for Android, resolved promises in an inappropriate context, which allowed a remote attacker to inject arbitrary scripts or HTML UXSS via a crafted HTML page...

6.1CVSS7AI score0.01198EPSS
SaveExploits1References4
Openbugbounty
Openbugbounty
•added 2016/08/18 5:27 p.m.•14 views

promise-project.net XSS vulnerability

Open Bug Bounty ID: OBB-176303 Description| Value ---|--- Affected Website:| promise-project.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...

6.3AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
•added 2016/04/07 3:03 a.m.•10 views

Streaming template literals

Template literals are pretty cool right? const areThey = 'Yes'; console.log$areThey, they are; // Logs: Yes, they are You can also assign a function to process the template, known as "tagged" templates: function strongValuesstrings, ...values return strings.reducetotalStr, str, i = totalStr += st...

7.1AI score
SaveExploits0
Rows per page
Query Builder