Lucene search
+L

207 matches found

Cvelist
Cvelist
added 2019/01/09 7:00 p.m.24 views

CVE-2018-16072

A missing origin check related to HLS manifests in Blink in Google Chrome prior to 69.0.3497.81 allowed a remote attacker to bypass same origin policy via a crafted HTML page...

6.7AI score0.0078EPSS
SaveExploits0References4
OSV
OSV
added 2018/10/19 10:29 p.m.8 views

CVE-2018-12675

The SV3C HD Camera L-SERIES V2.3.4.2103-S50-NTD-B20170508B and V2.3.4.2103-S50-NTD-B20170823B does not perform origin checks on URLs that the camera's web interface redirects a user to. This can be leveraged to send a user to an unexpected endpoint...

6.1CVSS5.8AI score0.0315EPSS
SaveExploits1References1
CVE
CVE
added 2018/10/19 10:00 p.m.75 views

CVE-2018-12675

The SV3C HD Camera L Series (firmware 2.3.4.2103-S50-NTD-B20170508B and 2.3.4.2103-S50-NTD-B20170823B) contains an open redirect vulnerability due to missing origin checks on URLs the camera’s web interface redirects to. This can allow a user to be redirected to an unexpected endpoint, potentiall...

6.1CVSS6.2AI score0.0315EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2018/09/21 5:29 p.m.21 views

CVE-2018-14732

An issue was discovered in lib/Server.js in webpack-dev-server before 3.1.6. Attackers are able to steal developer's code because the origin of requests is not checked by the WebSocket server, which is used for HMR Hot Module Replacement. Anyone can receive the HMR message sent by the WebSocket...

7.5CVSS7.5AI score0.02556EPSS
SaveExploits1References3
OSV
OSV
added 2018/09/21 5:29 p.m.7 views

CVE-2018-14731

An issue was discovered in HMRServer.js in Parcel parcel-bundler. Attackers are able to steal developer's code because the origin of requests is not checked by the WebSocket server, which is used for HMR Hot Module Replacement. Anyone can receive the HMR message sent by the WebSocket server via a...

7.5CVSS5.8AI score0.02327EPSS
SaveExploits1References3
NVD
NVD
added 2018/09/21 5:29 p.m.30 views

CVE-2018-14731

An issue was discovered in HMRServer.js in Parcel parcel-bundler. Attackers are able to steal developer's code because the origin of requests is not checked by the WebSocket server, which is used for HMR Hot Module Replacement. Anyone can receive the HMR message sent by the WebSocket server via a...

7.5CVSS7.5AI score0.02327EPSS
SaveExploits1References3
OSV
OSV
added 2018/09/21 5:29 p.m.6 views

CVE-2018-14730

An issue was discovered in Browserify-HMR. Attackers are able to steal developer's code because the origin of requests is not checked by the WebSocket server, which is used for HMR Hot Module Replacement. Anyone can receive the HMR message sent by the WebSocket server via a ws://127.0.0.1:3123/...

7.5CVSS5.8AI score0.01691EPSS
SaveExploits1References2
Prion
Prion
added 2018/09/21 5:29 p.m.22 views

Code injection

An issue was discovered in HMRServer.js in Parcel parcel-bundler. Attackers are able to steal developer's code because the origin of requests is not checked by the WebSocket server, which is used for HMR Hot Module Replacement. Anyone can receive the HMR message sent by the WebSocket server via a...

5CVSS7.5AI score0.02327EPSS
SaveExploits1References3
CVE
CVE
added 2018/09/21 5:00 p.m.55 views

CVE-2018-14731

The provided connected advisory for parcel-bundler identifies a concrete defect: versions before 1.10.0 of parcel-bundler’s WebSocket server lack origin validation for HMR, allowing a remote attacker to steal a developer’s source code via ws:// connections. This is caused by missing validation of...

7.5CVSS7.5AI score0.02327EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2018/09/21 5:00 p.m.24 views

CVE-2018-14732

An issue was discovered in lib/Server.js in webpack-dev-server before 3.1.6. Attackers are able to steal developer's code because the origin of requests is not checked by the WebSocket server, which is used for HMR Hot Module Replacement. Anyone can receive the HMR message sent by the WebSocket...

7.5AI score0.02556EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2018/09/05 4:24 a.m.27 views

CVE-2018-16072

A missing origin check related to HLS manifests in Blink in Google Chrome prior to 69.0.3497.81 allowed a remote attacker to bypass same origin policy via a crafted HTML page...

6.5CVSS3AI score0.0078EPSS
SaveExploits0References2
CNVD
CNVD
added 2018/05/11 12:00 a.m.15 views

phpMyAdmin Cross-Site Request Forgery Vulnerability (CNVD-2018-09386)

phpMyAdmin is a free, web-based MySQL database management tool developed by the phpMyAdmin team. The tool is capable of creating and deleting databases, creating, deleting, and modifying database tables, executing SQL script commands, and more. A cross-site request forgery vulnerability exists in...

8.8CVSS7.8AI score0.04218EPSS
SaveExploits5References1
Yubico
Yubico
added 2018/02/21 12:00 a.m.548 views

Security advisory YSA-2018-02 | Yubico

In Chrome 61, released in September, 2017, Google included a feature called WebUSB. WebUSB allows websites to request direct access to USB devices through JavaScript. A web page could potentially access and interact with a USB device interface unless the operating system reserved exclusive access...

6.5CVSS6.5AI score0.00609EPSS
SaveExploits0
Hacker One
Hacker One
added 2018/02/10 7:34 p.m.30 views

Semrush: [oauth token leak] at oauth.semrush.com

Domain, site, application --- oauth.semrush.com Steps to reproduce --- 1 Create following html at attacker.com/postmessage.html function listenerevent alertJSON.stringifyevent.data; var dest =...

6.2AI score
SaveExploits0
Hacker One
Hacker One
added 2016/12/09 4:27 p.m.38 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
Hacker One
Hacker One
added 2016/10/30 7:17 p.m.16 views

Legal Robot: The websocket traffic is not secure enough

'Cross-Site WebSocket Hijacking' is possible, because the websocket connection is not secure enough. The traffic from and to the websocket can be sniffed with Chrome see attachment, and replayed elsewhere cross-domain. Explanation:...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2016/05/31 5:56 a.m.26 views

squid: Header Smuggling issue in HTTP Request processing

An input validation flaw was found in Squid's mimegetheaderfield function, which is used to search for headers within HTTP requests. An attacker could send an HTTP request from the client side with specially crafted header Host header that bypasses same-origin security protections, causing Squid...

8.6CVSS7.1AI score0.38893EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2015/04/07 3:07 p.m.10 views

openstack-nova: console Cross-Site WebSocket hijacking

It was discovered that the OpenStack Compute nova console websocket did not correctly verify the origin header. An attacker could use this flaw to conduct a cross-site websocket hijack attack. Note that only Compute setups with VNC or SPICE enabled were affected by this flaw...

5.1CVSS5.3AI score0.0107EPSS
SaveExploits0References4
securityvulns
securityvulns
added 2014/05/29 12:00 a.m.124 views

APPLE-SA-2014-05-21-1 Safari 6.1.4 and Safari 7.0.4

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 APPLE-SA-2014-05-21-1 Safari 6.1.4 and Safari 7.0.4 Safari 6.1.4 and Safari 7.0.4 are now available and address the following: WebKit Available for: OS X Lion v10.7.5, OS X Lion Server v10.7.5, OS X Mountain Lion v10.8.5, OS X Mavericks v10.9.3 Impact...

7.5CVSS0.1AI score0.03252EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2014/05/23 12:00 a.m.33 views

Safari < 6.1.4 / 7.0.4 Multiple Vulnerabilities

Binary data 8264.prm...

7.5CVSS8.9AI score0.03252EPSS
SaveExploits0References24
Rows per page
Query Builder