Lucene search
+L

2523 matches found

Tenable Nessus
Tenable Nessus
added 2022/08/17 12:0 a.m.48 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.01131EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2022/08/17 12:0 a.m.43 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.01284EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2022/08/17 12:0 a.m.51 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.01284EPSS
SaveExploits0References8
Hacker One
Hacker One
added 2022/08/09 3:43 p.m.65 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.01227EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2022/08/08 12:0 a.m.27 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
SaveExploits0References2
NVD
NVD
added 2022/08/01 1:15 p.m.23 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.00739EPSS
SaveExploits1References1
Prion
Prion
added 2022/08/01 1:15 p.m.19 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.00739EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2022/08/01 12:48 p.m.30 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.00739EPSS
SaveExploits1References1
WPVulnDB
WPVulnDB
added 2022/08/01 12:0 a.m.21 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.00992EPSS
SaveExploits2Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/07/27 12:0 a.m.40 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.00728EPSS
SaveExploits0References2
OSV
OSV
added 2022/07/21 8:30 p.m.32 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.01391EPSS
SaveExploits1References7
NVD
NVD
added 2022/07/19 9:15 p.m.32 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.01391EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2022/07/19 9:15 p.m.44 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.01391EPSS
SaveExploits1References4
OSV
OSV
added 2022/07/19 8:40 p.m.27 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.01391EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2022/07/14 12:0 a.m.37 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.01588EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2022/07/14 12:0 a.m.43 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.01284EPSS
SaveExploits0References9
NVD
NVD
added 2022/07/13 9:15 p.m.24 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.00728EPSS
SaveExploits0References1
CVE
CVE
added 2022/07/13 9:10 p.m.63 views

CVE-2022-34759

CVE-2022-34759 describes a CWE-787Out-of-bounds Write vulnerability that could cause a denial of service to the webserver due to improper parsing of HTTP headers. Affected Schneider Electric devices include the X80 advanced RTU Communication Module BMENOR2200H (V1.0) and the OPC UA Modicon Commun...

7.5CVSS7.3AI score0.00728EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/07/13 9:10 p.m.28 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.5CVSS7.6AI score0.00728EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2022/07/08 12:0 a.m.76 views

Rocky Linux 8 : grub2, mokutil, shim, and shim-unsigned-x64 (RLSA-2022:5095)

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2022:5095 advisory. - A heap out-of-bounds write may heppen during the handling of Huffman tables in the PNG reader. This may lead to data corruption in the heap space...

8.1CVSS7.5AI score0.01284EPSS
SaveExploits0References17
Rows per page
Query Builder