Lucene search
K

109 matches found

Gitee
Gitee
added 2021/05/20 8:33 p.m.1 views

jexboss

Exploit module/targeting JBoss Application Server and others Java Platforms, Frameworks, Applications, etc. The provided code is a Python script that appears to be a tool for testing and exploiting vulnerabilities in JBoss Application Server and other Java-based platforms. The script is written i...

7AI score
Exploits0
OSV
OSV
added 2021/02/25 12:5 p.m.0 views

USN-4754-1 python2.7, python3.4, python3.5, python3.6, python3.8 vulnerabilities

It was discovered that Python incorrectly handled certain inputs. An attacker could possibly use this issue to execute arbitrary code or cause a denial of service. CVE-2020-27619, CVE-2021-3177...

9.8CVSS7.1AI score0.00854EPSS
Exploits1References3
The Hacker News
The Hacker News
added 2021/01/19 10:59 a.m.1 views

FreakOut! Ongoing Botnet Attack Exploiting Recent Linux Vulnerabilities

An ongoing malware campaign has been found exploiting recently disclosed vulnerabilities in network-attached storage NAS devices running on Linux systems to co-opt the machines into an IRC botnet for launching distributed denial-of-service DDoS attacks and mining Monero cryptocurrency. The attack...

10CVSS7.5AI score0.94352EPSS
Exploits16
OSV
OSV
added 2020/12/02 1:15 a.m.1 views

DEBIAN-CVE-2012-0955

software-properties was vulnerable to a person-in-the-middle attack due to incorrect TLS certificate validation in softwareproperties/ppa.py. software-properties didn't check TLS certificates under python2 and only checked certificates under python3 if a valid certificate bundle was provided. Fix...

7.4CVSS7.4AI score0.00123EPSS
Exploits1References1
CNNVD
CNNVD
added 2020/12/01 12:0 a.m.3 views

Launchpad Software-properties Trust Management Issue Vulnerability

Launchpad Software-properties is a software from the Launchpad organization for managing installed software images on Linux systems. A security vulnerability exists in software-properties versions prior to 0.92, which stems from incorrect TLS certificate validation in softwareproperties ppa.py,...

7.4CVSS7.1AI score0.00123EPSS
Exploits1References3
OSV
OSV
added 2020/10/14 2:35 p.m.2 views

USN-4581-1 python2.7, python3.4, python3.5, python3.6 vulnerability

It was discovered that Python incorrectly handled certain character sequences. A remote attacker could possibly use this issue to perform CRLF injection...

7.2CVSS6.8AI score0.00903EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2020/04/14 5:56 p.m.2 views

python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms

urllib in Python 2.x through 2.7.16 supports the localfile: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call...

9.1CVSS6.9AI score0.00918EPSS
Exploits1References4
Gitee
Gitee
added 2020/03/28 12:47 a.m.3 views

Scanners-Box

This repository, Scanners-Box, is a powerful hacker toolkit that collects more than 10 categories of open-source scanners from GitHub. It includes subdomain, database, middleware, and other modular design scanners, but excludes well-known scanning tools such as Awvs, Nmap, and W3af. The toolkit i...

6.9AI score
Exploits0
Gitee
Gitee
added 2020/03/17 6:23 p.m.6 views

Exploit for CVE-2020-1938

This is a proof-of-concept PoC exploit for CVE-2020-1938, a vulnerability in Apache Tomcat's AJP protocol. The exploit is written in Python 2.7 and uses the ajpy library to interact with the AJP protocol. The exploit is designed to perform a Local File Inclusion LFI attack on the target Tomcat...

9.8CVSS7.2AI score0.94469EPSS
Exploits44
OSV
OSV
added 2020/01/30 7:15 p.m.2 views

ALPINE-CVE-2020-8492

Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service ReDoS attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking...

6.5CVSS6.9AI score0.02954EPSS
Exploits1References1
RedHat Linux
RedHat Linux
added 2019/11/05 9:2 p.m.1 views

python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms

urllib in Python 2.x through 2.7.16 supports the localfile: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call...

9.1CVSS6.9AI score0.00918EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2019/11/05 8:59 p.m.3 views

python: CRLF injection via the path part of the url passed to urlopen()

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. 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 path component of a URL that...

6.1CVSS6.7AI score0.0991EPSS
Exploits2References4
OSV
OSV
added 2019/10/23 5:15 p.m.0 views

UBUNTU-CVE-2019-18348

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 follow...

6.1CVSS6.8AI score0.02672EPSS
Exploits0References5
Gitee
Gitee
added 2019/08/28 8:48 a.m.4 views

Pocsuite

This project is an open-sourced remote vulnerability testing and proof-of-concept development framework called Pocsuite, developed by the Knownsec Security Team. It comes with a powerful proof-of-concept engine and many niche features for penetration testers and security researchers. The framewor...

7AI score
Exploits0
RedHat Linux
RedHat Linux
added 2019/08/06 12:52 p.m.0 views

python: CRLF injection via the query part of the url passed to urlopen()

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. 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 query string after a ? charact...

6.1CVSS6.7AI score0.0991EPSS
Exploits1References4
OSV
OSV
added 2019/03/23 6:29 p.m.1 views

ALPINE-CVE-2019-9948

urllib in Python 2.x through 2.7.16 supports the localfile: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen'localfile:///etc/passwd' call...

9.1CVSS6.9AI score0.00918EPSS
Exploits1References1
OSV
OSV
added 2019/03/12 12:0 a.m.0 views

UBUNTU-CVE-2019-9740

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. 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 query string after a ? charact...

6.1CVSS6.8AI score0.0991EPSS
Exploits1References6
OSV
OSV
added 2018/09/18 5:29 p.m.1 views

DEBIAN-CVE-2018-1000802

Python Software Foundation Python CPython version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command 'Command Injection' vulnerability in shutil module makearchive function that can result in Denial of service, Information gain via injection of arbitrary files on...

9.8CVSS9.4AI score0.26492EPSS
Exploits1References1
OSV
OSV
added 2018/09/18 12:0 a.m.1 views

UBUNTU-CVE-2018-1000802

Python Software Foundation Python CPython version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command 'Command Injection' vulnerability in shutil module makearchive function that can result in Denial of service, Information gain via injection of arbitrary files on...

9.8CVSS6.9AI score0.26492EPSS
Exploits1References5
PyPA
PyPA
added 2018/01/03 6:29 p.m.4 views

PYSEC-2018-72

Accessing private content via str.format in through-the-web templates and scripts in Plone 2.5-5.1rc1. This improves an earlier hotfix. Since the format method was introduced in Python 2.6, this part of the hotfix is only relevant for Plone 4 and 5...

6.5CVSS6.9AI score0.00294EPSS
Exploits0References1Affected Software1
Rows per page
Query Builder