Lucene search
+L

4257 matches found

Hacker One
Hacker One
added 2020/11/19 9:11 a.m.24 views

U.S. General Services Administration: CRLF INJECTION

Vulnerable url - https://www.epay.fas.gsa.gov/%0D%0ASet-Cookie:crlfinjection=crlfinjection Impact an attacker can set new header...

2AI score
SaveExploits0
Cloud Foundry
Cloud Foundry
added 2020/11/19 12:00 a.m.65 views

USN-4581-1: Python vulnerability | Cloud Foundry

Severity Medium Vendor Canonical Ubuntu Versions Affected Canonical Ubuntu 14.04 Canonical Ubuntu 16.04 Canonical Ubuntu 18.04 Description It was discovered that Python incorrectly handled certain character sequences. A remote attacker could possibly use this issue to perform CRLF injection. CVEs...

7.2CVSS7.4AI score0.06358EPSS
SaveExploits1Affected Software3
OpenVAS
OpenVAS
added 2020/11/19 12:00 a.m.21 views

Debian: Security Advisory (DLA-2456-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2020 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...

7.5CVSS7.8AI score0.06358EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2020/11/19 12:00 a.m.33 views

CentOS 7 : fence-agents (RHSA-2020:5003)

The remote CentOS Linux 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2020:5003 advisory. - In httplib2 before version 0.18.0, an attacker controlling unescaped part of uri for httplib2.Http.request could change request headers and body, send...

6.8CVSS6.4AI score0.02593EPSS
SaveExploits0References2
Cent OS
Cent OS
added 2020/11/18 5:43 p.m.159 views

fence security update

CentOS Errata and Security Advisory CESA-2020:5003 An update for fence-agents is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

6.8CVSS6.7AI score0.02593EPSS
SaveExploits0References7
Cent OS
Cent OS
added 2020/11/18 5:30 p.m.164 views

resource security update

CentOS Errata and Security Advisory CESA-2020:5004 An update for resource-agents is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severi...

6.8CVSS6.7AI score0.02593EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2020/11/18 12:00 a.m.37 views

Amazon Linux AMI : python27, python34, python35 (ALAS-2020-1454)

The version of python27 installed on the remote host is prior to 2.7.18-2.140. The version of python34 installed on the remote host is prior to 3.4.10-1.53. The version of python35 installed on the remote host is prior to 3.5.10-1.29. It is, therefore, affected by a vulnerability as referenced in...

7.2CVSS7.3AI score0.06358EPSS
SaveExploits1References3
Amazon
Amazon
added 2020/11/18 12:00 a.m.103 views

Medium: python27, python34, python35

Issue Overview: http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.reques...

7.2CVSS8.1AI score0.06358EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2020/11/11 12:00 a.m.33 views

RHEL 7 : fence-agents (RHSA-2020:5003)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2020:5003 advisory. The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable...

6.8CVSS6.6AI score0.02593EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2020/11/10 1:38 p.m.63 views

Low: Red Hat Security Advisory: fence-agents security and bug fix update

An update for fence-agents is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

6.8CVSS6.8AI score0.02593EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/11/10 1:38 p.m.11 views

python-httplib2: CRLF injection via an attacker controlled unescaped part of uri for httplib2.Http.request function

A flaw was found in python-httplib2. An attacker controlling an unescaped part of uri for httplib2.Http.request could change request headers and body, send additional hidden requests to same server. This vulnerability impacts software that uses httplib2 with uri constructed by string concatenatio...

6.8CVSS5.8AI score0.02593EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2020/11/10 1:28 p.m.93 views

Low: Red Hat Security Advisory: resource-agents security and bug fix update

An update for resource-agents is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

6.8CVSS6.7AI score0.02593EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2020/11/10 8:00 a.m.15 views

An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18 v2.7.18rc1; v3.5.10 v3.5.10rc1; v3.6.11 v3.6.11rc1 v3.6.12; v3.7.8 v3.7.8rc1 v3.7.9; v3.8.3 v3.8.3rc1 v3.8.4 v3.8.4rc1 v3.8.5 v3.8.6 v3.8.6rc1.

...

6.1CVSS7.7AI score0.05406EPSS
SaveExploits2
Citrix
Citrix
added 2020/11/09 12:00 a.m.37 views

CVE-2019-13609 - CRLF Vulnerability in Citrix License Server for Windows and VPX

Description of Problem A Carriage Return Line Feed CRLF injection vulnerability has been identified in Citrix License Server for Windows and VPX that could allow an unauthenticated attacker to bypass authentication and allow a malicious website to read or modify license server data of an existing...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/11/04 1:12 a.m.44 views

Low: Red Hat Security Advisory: resource-agents security and bug fix update

An update for resource-agents is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

6.8CVSS6.7AI score0.02593EPSS
SaveExploits0References17
OpenVAS
OpenVAS
added 2020/11/04 12:00 a.m.14 views

Huawei EulerOS: Security Advisory for python3 (EulerOS-SA-2020-2419)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 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...

7.2CVSS7.6AI score0.06358EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2020/11/04 12:00 a.m.36 views

RHEL 8 : resource-agents (RHSA-2020:4605)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2020:4605 advisory. The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several service...

6.8CVSS6.6AI score0.02593EPSS
SaveExploits0References20
OpenVAS
OpenVAS
added 2020/11/04 12:00 a.m.30 views

Huawei EulerOS: Security Advisory for python (EulerOS-SA-2020-2388)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 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...

7.5CVSS7.8AI score0.06358EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2020/11/04 12:00 a.m.29 views

Huawei EulerOS: Security Advisory for python3 (EulerOS-SA-2020-2437)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 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...

7.2CVSS7.6AI score0.06358EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2020/11/03 12:00 a.m.33 views

EulerOS 2.0 SP9 : python3 (EulerOS-SA-2020-2419)

According to the version of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker...

7.2CVSS7.3AI score0.06358EPSS
SaveExploits1References2
Rows per page
Query Builder