Lucene search
+L

1362 matches found

Kitploit
Kitploit
added 2020/11/15 11:30 a.m.71 views

FinalRecon v1.1.0 - The Last Web Recon Tool You'll Need

FinalRecon is an automatic web reconnaissance tool written in python. Goal of FinalRecon is to provide an overview of the target in a short amount of time while maintaining the accuracy of results. Instead of executing several tools one after another it can provide similar results keeping...

7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2020/11/09 8:30 p.m.68 views

ReconNote - Web Application Security Automation Framework Which Recons The Target For Various Assets To Maximize The Attack Surface For Security Professionals & Bug-Hunters

Web Application Security ReconAutomation Framework It takes user input as a domain name and maximize the attack surface area by listing the assets of the domain like - Subdomains from - Amass ,findomain, subfinder & resolvable subdomains using shuffledns Screenshots Port Scan JS files Httpx Statu...

7.4AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2020/11/02 12:0 a.m.40 views

Debian DLA-2426-1 : junit4 security update

In junit4 the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default,...

5.5CVSS6.4AI score0.01695EPSS
SaveExploits1References4
Debian
Debian
added 2020/11/01 5:12 p.m.30 views

[SECURITY] [DLA 2426-1] junit4 security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-2426-1 [email protected] https://www.debian.org/lts/security/ Abhijith PA November 01, 2020 https://wiki.debian.org/LTS -...

5.5CVSS5.3AI score0.01695EPSS
SaveExploits1
Kitploit
Kitploit
added 2020/10/18 11:30 a.m.108 views

Taken - Takeover AWS Ips And Have A Working POC For Subdomain Takeover

Takeover AWS ips and have a working POC for Subdomain Takeover. Idea is simple Get subdomains. Do reverse lookups to only save AWS ips. Restart EC2 instance every min. and public ip gets rotated on each restart. Match it with your existing list of subdomain ips and you have a working subdomain...

6.9AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2020/10/13 8:15 p.m.61 views

CVE-2020-15250

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

5.5CVSS1.5AI score0.01695EPSS
SaveExploits1References4
OSV
OSV
added 2020/10/12 6:15 p.m.40 views

CVE-2020-15250

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

5.5CVSS8.2AI score
SaveExploits0References39
NVD
NVD
added 2020/10/12 6:15 p.m.24 views

CVE-2020-15250

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

5.5CVSS0.01695EPSS
SaveExploits1References39
UbuntuCve
UbuntuCve
added 2020/10/12 6:15 p.m.36 views

CVE-2020-15250

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

5.5CVSS6.9AI score0.01695EPSS
SaveExploits1References15
Prion
Prion
added 2020/10/12 6:15 p.m.32 views

Information disclosure

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

1.9CVSS5.4AI score0.01695EPSS
SaveExploits1References39Affected Software4
Cvelist
Cvelist
added 2020/10/12 5:55 p.m.36 views

CVE-2020-15250 Information disclosure in JUnit4

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

4.4CVSS5.6AI score0.01695EPSS
SaveExploits1References39
AlpineLinux
AlpineLinux
added 2020/10/12 5:55 p.m.48 views

CVE-2020-15250

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

5.5CVSS5.3AI score0.01695EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2020/10/12 5:55 p.m.46 views

CVE-2020-15250

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

5.5CVSS6.5AI score0.01695EPSS
SaveExploits1
CVE
CVE
added 2020/10/12 5:55 p.m.463 views

CVE-2020-15250

CVE-2020-15250 affects JUnit4 TemporaryFolder information disclosure in Unix-like environments where the system tmp dir is shared among users. Affected: JUnit4 versions before 4.13.1; fixed in 4.13.1 for Java 7+; Java 6 and earlier have no patch. Workarounds include running tests with a dedicated...

5.5CVSS5.2AI score0.01695EPSS
SaveExploits1References39Affected Software1
OSV
OSV
added 2020/10/12 5:33 p.m.163 views

GHSA-269G-PWP5-87PP TemporaryFolder on unix-like systems does not limit access to created files

Vulnerability The JUnit4 test rule TemporaryFolder contains a local information disclosure vulnerability. Example of vulnerable code: java public static class HasTempFolder @Rule public TemporaryFolder folder = new TemporaryFolder; @Test public void testUsingTempFolder throws IOException...

4.4CVSS6.8AI score0.01695EPSS
SaveExploits1References41
CNVD
CNVD
added 2020/09/28 12:0 a.m.7 views

cPanel Key Management Vulnerability

cPanel is a set of Web-based automated colocation platforms from the American company cPanel. The platform is primarily used to automate the management of websites and servers. A key management vulnerability exists in cPanel versions prior to 88.03, which stems from the creation of predictable...

7.5CVSS6.7AI score0.01385EPSS
SaveExploits0References1
NVD
NVD
added 2020/09/25 6:15 a.m.23 views

CVE-2020-26107

cPanel before 88.0.3, upon an upgrade, establishes predictable PowerDNS API keys SEC-561...

7.5CVSS0.01385EPSS
SaveExploits0References1
OSV
OSV
added 2020/09/25 6:15 a.m.6 views

CVE-2020-26107

cPanel before 88.0.3, upon an upgrade, establishes predictable PowerDNS API keys SEC-561...

7.5CVSS7.1AI score0.01385EPSS
SaveExploits0References1
Prion
Prion
added 2020/09/25 6:15 a.m.19 views

Code injection

cPanel before 88.0.3, upon an upgrade, establishes predictable PowerDNS API keys SEC-561...

5CVSS7.6AI score0.01385EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2020/09/25 5:42 a.m.65 views

CVE-2020-26107

Summary: CVE-2020-26107 affects cPanel prior to 88.0.3, where an upgrade establishes predictable PowerDNS API keys, per multiple connected sources. Affected software: cPanel versions before 88.0.3. Root cause / vulnerability detail: During upgrade, the process creates predictable API keys for Pow...

7.5CVSS7.5AI score0.01385EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder