Lucene search
K

2482 matches found

Prion
Prion
added 2022/08/22 3:15 p.m.21 views

Design/Logic Flaw

The Download Manager WordPress plugin before 3.2.50 prioritizes getting a visitor's IP from certain HTTP headers over PHP's REMOTEADDR, which makes it possible to bypass IP-based download blocking restrictions...

5CVSS7.4AI score0.00541EPSS
Exploits2References1Affected Software1
OpenVAS
OpenVAS
added 2022/08/18 12:0 a.m.24 views

Huawei EulerOS: Security Advisory for grub2 (EulerOS-SA-2022-2221)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.1CVSS6.9AI score0.00151EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2022/08/17 12:0 a.m.42 views

EulerOS 2.0 SP10 : grub2 (EulerOS-SA-2022-2255)

According to the versions of the grub2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A crafted 16-bit grayscale PNG image may lead to a out-of-bounds write in the heap area. An attacker may take advantage of that to cause heap dat...

8.1CVSS7.2AI score0.00151EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2022/08/17 12:0 a.m.47 views

EulerOS 2.0 SP5 : grub2 (EulerOS-SA-2022-2268)

According to the versions of the grub2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A crafted 16-bit grayscale PNG image may lead to a out-of-bounds write in the heap area. An attacker may take advantage of that to cause heap dat...

8.1CVSS7.1AI score0.00151EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2022/08/17 12:0 a.m.48 views

EulerOS 2.0 SP10 : grub2 (EulerOS-SA-2022-2242)

According to the versions of the grub2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A crafted 16-bit grayscale PNG image may lead to a out-of-bounds write in the heap area. An attacker may take advantage of that to cause heap dat...

8.1CVSS7.2AI score0.00151EPSS
Exploits0References8
WPVulnDB
WPVulnDB
added 2022/08/17 12:0 a.m.20 views

Titan Anti-spam & Security < 7.3.1 - Protection Bypass due to IP Spoofing

The plugin does not properly checks HTTP headers in order to validate the origin IP address, allowing threat actors to bypass it's block feature by spoofing the headers. PoC The function wantispampgetip is vulnerable to IP spoofing because of the general usage of $SERVER'HTTPXFORWARDEDFOR' curl -...

5.3CVSS1.3AI score0.00251EPSS
Exploits2Affected Software1
Hacker One
Hacker One
added 2022/08/09 3:43 p.m.58 views

Internet Bug Bounty: CVE-2022-35948: CRLF Injection in Nodejs ‘undici’ via Content-Type

undici library should be protects HTTP headers from CRLF injection vulnerabilities. However, CRLF injection exists in the ‘content-type’ header of undici.request api. Impact = [email protected] users are vulnerable to CRLF Injection on headers when using unsanitized input as request headers, more...

5CVSS6.5AI score0.00165EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2022/08/08 12:0 a.m.21 views

Duplicate HTTP Headers Detected

Multiple HTTP headers of the same name have been detected. RFC 7230 states a server must not generate multiple header fields with the same field name unless either the entire field value for that header field is defined as a comma-separated list, or the header field is a well-known exception...

7.7AI score
Exploits0References2
NVD
NVD
added 2022/08/01 1:15 p.m.11 views

CVE-2022-1600

The YOP Poll WordPress plugin before 6.4.3 prioritizes getting a visitor's IP from certain HTTP headers over PHP's REMOTEADDR, which makes it possible to bypass IP-based limitations to vote in certain situations...

5.3CVSS0.00197EPSS
Exploits1References1
Prion
Prion
added 2022/08/01 1:15 p.m.15 views

Design/Logic Flaw

The YOP Poll WordPress plugin before 6.4.3 prioritizes getting a visitor's IP from certain HTTP headers over PHP's REMOTEADDR, which makes it possible to bypass IP-based limitations to vote in certain situations...

5CVSS5.2AI score0.00197EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2022/08/01 12:48 p.m.17 views

CVE-2022-1600 YOP Poll < 6.4.3 - IP Spoofing

The YOP Poll WordPress plugin before 6.4.3 prioritizes getting a visitor's IP from certain HTTP headers over PHP's REMOTEADDR, which makes it possible to bypass IP-based limitations to vote in certain situations...

5.5AI score0.00197EPSS
Exploits1References1
WPVulnDB
WPVulnDB
added 2022/08/01 12:0 a.m.19 views

Download Manager < 3.2.50 - Bypass IP Address Blocking Restriction

The plugin prioritizes getting a visitor's IP from certain HTTP headers over PHP's REMOTEADDR, which makes it possible to bypass IP-based download blocking restrictions. PoC When downloading a file, add an X-Forwarded-For header that contains a random IP address to your request...

7.5CVSS1.8AI score0.00541EPSS
Exploits2Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/07/27 12:0 a.m.38 views

Schneider Electric Modicon Out-of-bounds Write (CVE-2022-34759)

A CWE-787: Out-of-bounds Write vulnerability exists that could cause a denial of service of the webserver due to improper parsing of the HTTP Headers. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V1.0, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior - A...

7.5CVSS7.2AI score0.00589EPSS
Exploits0References2
OSV
OSV
added 2022/07/21 8:30 p.m.31 views

GHSA-3CVR-822R-RQCC undici before v5.8.0 vulnerable to CRLF injection in request headers

Impact It is possible to inject CRLF sequences into request headers in Undici. js const undici = require'undici' const response = undici.request"http://127.0.0.1:1000", headers: 'a': "\r\nb" The same applies to path and method Patches Update to v5.8.0 Workarounds Sanitize all HTTP headers from...

5.3CVSS6.4AI score0.00507EPSS
Exploits1References7
NVD
NVD
added 2022/07/19 9:15 p.m.15 views

CVE-2022-31150

undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate \r\n is a workaround for this...

6.5CVSS0.00507EPSS
Exploits1References4
UbuntuCve
UbuntuCve
added 2022/07/19 9:15 p.m.37 views

CVE-2022-31150

undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate \r\n is a workaround for this...

6.5CVSS6.7AI score0.00507EPSS
Exploits1References4
OSV
OSV
added 2022/07/19 8:40 p.m.26 views

CVE-2022-31150 CRLF injection in request headers

undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate \r\n is a workaround for this...

5.3CVSS6.4AI score0.00507EPSS
Exploits1References6
Tenable Nessus
Tenable Nessus
added 2022/07/14 12:0 a.m.36 views

Oracle Linux 8 : grub2 (ELSA-2022-9595)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-9595 advisory. - Add CVE-2020-15706, CVE-2020-15707 to the list Orabug: 31225072 - CVE-2022-28736 CVE-2022-28735 CVE-2022-28734 CVE-2022-28733 - CVE-2021-3697...

8.1CVSS6.6AI score0.00151EPSS
Exploits1References9
Tenable Nessus
Tenable Nessus
added 2022/07/14 12:0 a.m.38 views

Oracle Linux 9 : grub2 (ELSA-2022-9596)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-9596 advisory. - CVE-2022-28736 CVE-2022-28735 CVE-2022-28734 CVE-2022-28733 - CVE-2021-3697 CVE-2021-3696 CVE-2021-3695 Tenable has extracted the preceding descripti...

8.1CVSS6.6AI score0.00151EPSS
Exploits0References9
NVD
NVD
added 2022/07/13 9:15 p.m.11 views

CVE-2022-34759

A CWE-787: Out-of-bounds Write vulnerability exists that could cause a denial of service of the webserver due to improper parsing of the HTTP Headers. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V1.0, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior...

7.5CVSS0.00589EPSS
Exploits0References1
Rows per page
Query Builder