Lucene search
+L

561 matches found

PyPA
PyPA
added 2023/09/12 9:15 p.m.14 views

PYSEC-2023-173

Piccolo is an ORM and query builder which supports asyncio. In versions 0.120.0 and prior, the implementation of BaseUser.login leaks enough information to a malicious user such that they would be able to successfully generate a list of valid users on the platform. As Piccolo on its own does not...

5.3CVSS7AI score0.00556EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2023/09/12 9:15 p.m.23 views

Code injection

Piccolo is an ORM and query builder which supports asyncio. In versions 0.120.0 and prior, the implementation of BaseUser.login leaks enough information to a malicious user such that they would be able to successfully generate a list of valid users on the platform. As Piccolo on its own does not...

5CVSS5.3AI score0.00556EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2023/09/12 8:03 p.m.95 views

CVE-2023-41885

CVE-2023-41885 affects Piccolo ORM. The BaseUser.login implementation leaks timing information, enabling malicious users to enumerate valid usernames (time-based user enumeration). Affected: versions before 0.121.0; fixed in 0.121.0. Impact is information disclosure and potential follow-on attack...

5.3CVSS5.2AI score0.00556EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2023/09/12 8:03 p.m.28 views

CVE-2023-41885 Piccolo's current `BaseUser.login` implementation is vulnerable to time based user enumeration

Piccolo is an ORM and query builder which supports asyncio. In versions 0.120.0 and prior, the implementation of BaseUser.login leaks enough information to a malicious user such that they would be able to successfully generate a list of valid users on the platform. As Piccolo on its own does not...

5.3CVSS5.5AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2023/09/12 8:03 p.m.13 views

CVE-2023-41885 Piccolo's current `BaseUser.login` implementation is vulnerable to time based user enumeration

Piccolo is an ORM and query builder which supports asyncio. In versions 0.120.0 and prior, the implementation of BaseUser.login leaks enough information to a malicious user such that they would be able to successfully generate a list of valid users on the platform. As Piccolo on its own does not...

5.3CVSS6.7AI score0.00556EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2023/09/12 8:03 p.m.44 views

CVE-2023-41885 Piccolo's current `BaseUser.login` implementation is vulnerable to time based user enumeration

Piccolo is an ORM and query builder which supports asyncio. In versions 0.120.0 and prior, the implementation of BaseUser.login leaks enough information to a malicious user such that they would be able to successfully generate a list of valid users on the platform. As Piccolo on its own does not...

5.3CVSS5.5AI score0.00556EPSS
SaveExploits0References2
OSV
OSV
added 2023/09/12 1:50 p.m.89 views

GHSA-H7CM-MRVQ-WCFR Piccolo's current `BaseUser.login` implementation is vulnerable to time based user enumeration

Summary Short summary of the problem. Make the impact and severity as clear as possible. For example: An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server. The current implementation of BaseUser.login leaks enough information to a malicio...

5.3CVSS5.8AI score0.00556EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/09/12 12:00 a.m.11 views

PT-2023-28142 · Piccolo · Piccolo

Name of the Vulnerable Software and Affected Versions: Piccolo versions 0.120.0 and prior Description: The implementation of BaseUser.login in Piccolo leaks enough information to a malicious user, allowing them to generate a list of valid users on the platform. This list can be used in a password...

5.3CVSS5.2AI score0.00556EPSS
SaveExploits0References10
Rapid7 Blog
Rapid7 Blog
added 2023/07/06 5:40 p.m.16 views

PenTales: “User enumeration is not a vulnerability” – I beg to differ

At Rapid7 we love a good pentest story. So often they show the cleverness, skill, resilience, and dedication to our customer’s security that can only come from actively trying to break it! In this series, we’re going to share some of our favorite tales from the pen test desk and hopefully highlig...

7AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/06/26 10:54 a.m.10 views

Microsoft Warns of Widescale Credential Stealing Attacks by Russian Hackers

Microsoft has disclosed that it's detected a spike in credential-stealing attacks conducted by the Russian state-affiliated hacker group known as Midnight Blizzard. The intrusions, which make use of residential proxy services to obfuscate the source IP address of the attacks, target governments, ...

9.8CVSS7.3AI score0.97408EPSS
SaveExploits21
SUSE CVE
SUSE CVE
added 2023/02/15 4:50 a.m.11 views

SUSE CVE-2017-5400

JIT-spray targeting asm.js combined with a heap spray allows for a bypass of ASLR and DEP protections leading to potential memory corruption attacks. This vulnerability affects Firefox 52, Firefox ESR 45.8, Thunderbird 52, and Thunderbird 45.8...

9.8CVSS6.6AI score0.03353EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2022/12/06 11:30 a.m.70 views

Klyda - Highly Configurable Script For Dictionary/Spray Attacks Against Online Web Applications

The Klyda project has been created to aid in quick credential based attacks against online web applications. Klyda supports the use from simple password sprays, to large multithreaded dictionary attacks. Klyda is a new project, and I am looking for any contributions. Any help is very appreciated...

7.3AI score
SaveExploits0References2
Veracode
Veracode
added 2022/06/29 3:03 a.m.23 views

Denial Of Service (DoS)

spray-json is vulnerable to denial of service. The vulnerability exists due to the uncontrolled recursion used in the JsonParser in the parseJsValue function of JsonParser.scala, allowing an attacker to crash the application by providing a deeply nested JSON object...

4.4AI score0.00532EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/06/28 11:23 p.m.28 views

Uncontrolled Resource Consumption in Spray JSON

Recursive decent parsers are susceptible too StackOverflowExceptions on too deeply nested structures as currently "open" parsing state is kept on the stack...

3.7AI score0.00532EPSS
SaveExploits0References3Affected Software12
OSV
OSV
added 2022/06/28 11:23 p.m.34 views

GHSA-WW3V-6XJF-JV28 Uncontrolled Resource Consumption in Spray JSON

Recursive decent parsers are susceptible too StackOverflowExceptions on too deeply nested structures as currently "open" parsing state is kept on the stack...

7.1AI score0.00532EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/01/06 11:48 p.m.42 views

Hash collision in typelevel jawn

Impact Extenders of the org.typelevel.jawn.SimpleFacade and org.typelevel.jawn.MutableFacade who don't override objectContext are vulnerable to a hash collision attack. Most applications do not implement these traits directly, but inherit from a library: Affected implementations include: org.http...

7.5CVSS7.5AI score0.00793EPSS
SaveExploits1References4Affected Software18
Microsoft Secure
Microsoft Secure
added 2021/10/26 4:00 p.m.41 views

Protect your business from password sprays with Microsoft DART recommendations

Over the past year, the Microsoft Detection and Response Team DART, along with Microsoft’s threat intelligence teams, have observed an uptick in the use of password sprays as an attack vector. This threat is a moving target with techniques and tools always changing, and Microsoft continues to fin...

SaveExploits0
Microsoft Malware Protection
Microsoft Malware Protection
added 2021/10/26 4:00 p.m.54 views

Protect your business from password sprays with Microsoft DART recommendations

Over the past year, the Microsoft Detection and Response Team DART, along with Microsoft’s threat intelligence teams, have observed an uptick in the use of password sprays as an attack vector. This threat is a moving target with techniques and tools always changing, and Microsoft continues to fin...

SaveExploits0
Kitploit
Kitploit
added 2021/10/11 11:30 a.m.33 views

BruteLoops - Protocol Agnostic Online Password Guessing API

A dead simple library providing the foundational logic for efficient password brute force attacks against authentication interfaces. See various Wiki sections for more information. A "modular" example is included with the library that demonstrates how to use this package. It's fully functional an...

7.3AI score
SaveExploits0References6
MSRC
MSRC
added 2021/06/25 10:18 p.m.64 views

New Nobelium activity

The Microsoft Threat Intelligence Center is tracking new activity from the NOBELIUM threat actor. Our investigation into the methods and tactics being used continues, but we have seen password spray and brute-force attacks and want to share some details to help our customers and communities prote...

1.8AI score
SaveExploits0
Rows per page
Query Builder