Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2368+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-18961: WordPress VentraConnect Plugin Authentication Bypass
CVE-2026-18961: WordPress VentraConnect Plugin Authentication Bypass
SECURITYHIGHCVE-2026-18961

CVE-2026-18961: WordPress VentraConnect Plugin Authentication Bypass

High-severity auth bypass in the VentraConnect Social Login plugin allows unauthenticated attackers to take over any WordPress account.

Dylan H.

Security Team

August 12, 2026
3 min read

Affected Products

  • WordPress sites running VentraConnect Social Login plugin version 1.4.3 and earlier

Overview

A high-severity authentication bypass vulnerability (CVSS 8.1) has been disclosed in the Social Login, Passkeys, Magic Link & Email OTP – Passwordless Login by VentraConnect WordPress plugin. Tracked as CVE-2026-18961, the flaw affects all plugin versions up to and including 1.4.3 and allows an unauthenticated attacker to log in as any registered WordPress user — including administrators — without knowing their credentials.

The vulnerability was patched in version 1.4.4, released August 2026. Site administrators should apply the update immediately.

Technical Details

The vulnerability exists in how the VentraConnect plugin handles OAuth-based social login flows. When a user authenticates via a third-party identity provider (such as Google, Microsoft, or Apple), the plugin receives an email address claim from the provider and maps it to an existing WordPress user account without verifying that the email claim is authentic or tied to the authenticated session.

An attacker who can craft or intercept the provider's OAuth callback response can supply an arbitrary verified email address. Because the plugin does not validate the provider's assertion against a server-side token or user-specific nonce, the attacker is granted a WordPress session for the target account.

Attack vector: Network (unauthenticated) Attack complexity: High Privileges required: None User interaction: None Impact: Full account takeover, including administrator-level access

Affected Products

ProductVersions
VentraConnect Social Login, Passkeys, Magic Link & Email OTP≤ 1.4.3

Patch Information

DetailValue
Fixed version1.4.4
Release dateAugust 2026
Update sourceWordPress Plugin Repository

Update via Dashboard → Plugins → Update Available or via WP-CLI:

wp plugin update ventraconnect-social-login

Impact Assessment

Successful exploitation grants the attacker a fully authenticated WordPress session for any targeted account. Administrative account compromise enables:

  • Full site takeover and content modification
  • Installation of malicious plugins or themes
  • Credential harvesting for connected services
  • Persistent backdoor installation via plugin or file upload

No proof-of-concept exploit code has been publicly disclosed at time of publishing, but given the CVSS 8.1 severity score and the account-takeover impact, exploitation attempts are anticipated as awareness of the flaw spreads.

Remediation

  1. Update immediately: Upgrade to VentraConnect Social Login version 1.4.4 or later
  2. Review admin accounts: Audit administrator accounts for unexpected additions or recent login activity from unfamiliar IPs
  3. Enable login notifications: Configure WordPress to send email alerts on administrator logins
  4. Review WordPress security logs: Identify any suspicious authentication events from the disclosure window

Indicators of Compromise

  • Unexpected admin account sessions or newly created administrator users
  • Social login attempts against accounts that do not have a matching linked provider account
  • High-volume OAuth callback requests from a single IP address

References

  • NVD: CVE-2026-18961
  • WordPress Plugin Repository: VentraConnect Social Login
#CVE#WordPress#Authentication#Plugin Vulnerability

Related Articles

CVE-2026-12949: Critical Account Takeover in WordPress Wishlist Member Plugin

Critical CVSS 9.8 flaw in WordPress Wishlist Member plugin allows unauthenticated account takeover in versions up to 3.34.1.

2 min read

CVE-2026-14206: HT Contact Form WordPress Plugin Exposes Visitor PII to Unauthenticated Attackers

The HT Contact Form plugin before 2.9.3 allows any unauthenticated user to read saved form drafts containing visitor names, emails, and physical addresses via a completely unprotected API endpoint.

4 min read

CVE-2026-16610: Critical RCE in WordPress Admin & Site Enhancements Pro Plugin

A CVSS 9.8 unauthenticated remote code execution vulnerability in the Admin and Site Enhancements (ASE) Pro WordPress plugin allows attackers to execute arbitrary code via a publicly accessible nonce bypass in the recursive_html function.

3 min read
Back to all Security Alerts