Lucene search
+L

1690 matches found

OSV
OSV
added 2020/07/23 6:20 p.m.15 views

GHSA-WVH7-5P38-2QFC Storing Password in Local Storage

The setPassword method http://parseplatform.org/Parse-SDK-JS/api/2.9.1/Parse.User.htmlsetPassword stores the user's password in localStorage as raw text making it vulnerable to anyone with access to your localStorage. We believe this is the only time that password is stored at all. In the...

6.8AI score
SaveExploits0References3
Veracode
Veracode
added 2020/07/23 2:1 a.m.25 views

Authorization Bypass

parse-server is vulnerable to authorization bypass. The vulnerability exists in the GraphQL viewer where an authenticated user can bypass the read security restrictions, and all objects linked through relation, placed on his User object...

6.5CVSS3.1AI score0.01072EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/07/22 11:6 p.m.69 views

GraphQL: Security breach on Viewer query

Impact An authenticated user using the viewer GraphQL query can bypass all read security on his User object and can also bypass all objects linked via relation or Pointer on his User object. Patches This vulnerability has been patched in Parse Server 4.3.0. Workarounds No References See commit...

6.5CVSS3.7AI score0.01072EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2020/07/22 11:6 p.m.36 views

GHSA-236H-RQV8-8Q73 GraphQL: Security breach on Viewer query

Impact An authenticated user using the viewer GraphQL query can bypass all read security on his User object and can also bypass all objects linked via relation or Pointer on his User object. Patches This vulnerability has been patched in Parse Server 4.3.0. Workarounds No References See commit...

6.5CVSS6.4AI score0.01072EPSS
SaveExploits0References4
Veracode
Veracode
added 2020/03/05 6:30 a.m.22 views

Information Disclosure

parse-server is vulnerable to information disclosure. An insecure regular expression parsing of the sessionToken and token$regex variables allows an attacker to discover and retrieve valid accounts, or verify and reset another user's account...

7.7CVSS5.9AI score0.00849EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/03/04 8:20 p.m.80 views

Information disclosure in parse-server

you can fetch all the users' objects, by using regex in the NoSQL query. Using the NoSQL, you can use a regex on sessionToken "SessionToken":"$regex":"r:027f" and find valid accounts this way. Using this method, it's possible to retrieve accounts without interaction from the users. GET...

7.7CVSS5.5AI score0.00849EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2020/03/04 8:20 p.m.65 views

GHSA-H4MF-75HF-67W4 Information disclosure in parse-server

you can fetch all the users' objects, by using regex in the NoSQL query. Using the NoSQL, you can use a regex on sessionToken "SessionToken":"$regex":"r:027f" and find valid accounts this way. Using this method, it's possible to retrieve accounts without interaction from the users. GET...

7.7CVSS6.2AI score0.00849EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2020/03/04 3:10 p.m.32 views

CVE-2020-5251 Information disclosure in parse-server

In parser-server before version 4.1.0, you can fetch all the users objects, by using regex in the NoSQL query. Using the NoSQL, you can use a regex on sessionToken and find valid accounts this way...

7.7CVSS7.5AI score0.00849EPSS
SaveExploits0References2
nodejs
nodejs
added 2019/08/12 6:47 p.m.24 views

Sensitive Data Exposure

Overview Versions of parse-server prior to 3.6.0 are vulnerable to Sensitive Data Exposure. The package throws the error ParseError.ACCOUNTALREADYLINKED208 before the authentication controller throws ParseError.SESSIONMISSING206. This allows unauthenticated attackers to enumerate user account by...

5CVSS4.5AI score0.01155EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/08/12 6:40 p.m.24 views

Denial of Service

Overview Versions of parse-server prior to 3.4.1 are vulnerable to Denial of Service DoS. POST requests to /parse/classes/Audience or other volatile classes cause the server to respond with a 500 Internal Server Error for any subsequent POST requests. Recommendation Upgrade to version 3.4.1 or...

5CVSS4AI score0.01399EPSS
SaveExploits0Affected Software1
CNVD
CNVD
added 2019/08/05 12:0 a.m.7 views

parse-server denial of service vulnerability

parse-server is an open source Backend-as-a-Service BaaS framework that is primarily used for application backend processing. A security vulnerability exists in parse-server versions prior to 3.4.1. An attacker can exploit this vulnerability to cause a denial of service...

7.5CVSS6.7AI score0.01399EPSS
SaveExploits0References1
Veracode
Veracode
added 2019/07/30 4:46 a.m.19 views

Information Disclosure

parse-server is vulnerable to information disclosure. A remote attacker is able to enumerate existing accounts by analyzing the error messages from server responses...

5.3CVSS2.5AI score0.01155EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2019/07/30 1:55 a.m.21 views

Denial Of Service (DoS)

parse-server is vulnerable to denial of service DoS. The attack exists when a post request is made against a volatile class such as /parse/classes/Audience, returning 500 an internal server error for subsequent POST requests...

7.5CVSS2.5AI score0.01399EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2019/07/29 1:15 p.m.16 views

CVE-2019-1020012

parse-server before 3.4.1 allows DoS after any POST to a volatile class...

7.5CVSS6.7AI score
SaveExploits0References1
NVD
NVD
added 2019/07/29 1:15 p.m.17 views

CVE-2019-1020013

parse-server before 3.6.0 allows account enumeration...

5.3CVSS5.3AI score0.01155EPSS
SaveExploits0References1
NVD
NVD
added 2019/07/29 1:15 p.m.16 views

CVE-2019-1020012

parse-server before 3.4.1 allows DoS after any POST to a volatile class...

7.5CVSS7.5AI score0.01399EPSS
SaveExploits0References1
OSV
OSV
added 2019/07/29 1:15 p.m.15 views

CVE-2019-1020013

parse-server before 3.6.0 allows account enumeration...

5.3CVSS5.3AI score
SaveExploits0References1
Prion
Prion
added 2019/07/29 1:15 p.m.16 views

Design/Logic Flaw

parse-server before 3.6.0 allows account enumeration...

5CVSS5.3AI score0.01155EPSS
SaveExploits0References1Affected Software1
Prion
Prion
added 2019/07/29 1:15 p.m.15 views

Design/Logic Flaw

parse-server before 3.4.1 allows DoS after any POST to a volatile class...

5CVSS7.4AI score0.01399EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2019/07/29 12:18 p.m.63 views

CVE-2019-1020013

CVE-2019-1020013 affects parse-server prior to 3.6.0, allowing unauthenticated users to enumerate existing accounts via error messages. The root cause is information disclosure during authentication/account linking flow, where specific errors reveal account existence (ParseError.ACCOUNT_ALREADY_L...

5.3CVSS5.2AI score0.01155EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder