CVE-2022-1848:
Business Logic Errors in Para
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.56437%
CWE
-
Published
5/25/2022
Updated
1/30/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.erudika:para-core | maven | < 1.46.0 | 1.46.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided commit diff and vulnerability description show a mismatch. The vulnerability describes an app creation limit bypass (business logic error), but the patched commit focuses on password length validation
in User.java
and ValidationUtils.java
. There is no visible code modification related to app creation limits in the provided diffs. To identify vulnerable functions
related to app limit enforcement, we would need to see the pre-patch code handling app creation quotas, which is not present in the provided commit data. The connection between the password-related patch and the described app limit vulnerability is unclear from the available information.