SShortSingh.
Back to feed

Critical WooCommerce Social Login Flaw Lets Attackers Hijack Any Account via Forged Apple JWT

0
·1 views

Wordfence disclosed a critical authentication bypass vulnerability (CVE-2026-8457, CVSS 9.8) on August 1, 2026, affecting the WooCommerce Social Login plugin by WPWeb Elite, versions up to 2.8.7. The flaw exists in the plugin's Apple login handler, which decodes a JWT token's payload without verifying its signature, issuer, audience, or expiry — allowing an attacker to forge a token containing any user's email and gain immediate authenticated access. Compounding the issue, the login security nonce is publicly exposed to unauthenticated users via a JavaScript object on the login page, removing any remaining client-side barrier. Security researcher Rafie Muhammad of Patchstack discovered and reported the flaw, which has been patched in version 2.8.8. This is the third high-to-critical authentication bypass logged for the same plugin family since 2024, all sharing a common pattern of trusting token claims without proper verification.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

77% of Firms Hit by Software Supply Chain Attacks in Past Year, Omdia Finds

A Docker-sponsored Omdia survey published on August 4 found that 77 percent of organizations experienced a software supply chain security incident in the preceding twelve months. Exploits targeting known vulnerabilities in third-party software remained the leading attack type at 38 percent, while AI has emerged as the top-ranked supply chain risk, cited by 40 percent of respondents. Reported consequences included unauthorized access to applications and data (46 percent), SLA disruptions during remediation (37 percent), and theft of developer credentials or secrets (35 percent). Omdia projects that third-party code will account for 58 percent of organizational codebases within a year, up from a current majority share reported by 38 percent of respondents. Sixty-two percent of teams anticipate increased supply-chain security spending in the next budget cycle, while 45 percent do not currently rate their own supply chain security as adequate.

0
ProgrammingHacker News ·

Ex-Deloitte Auditor Open-Sources Full SOC 2 Methodology for AI Systems

A former Deloitte auditor has publicly released a complete SOC 2 audit methodology on GitHub under the Chiaro-HQ repository. The resource is aimed at helping teams apply structured compliance frameworks to AI systems. The release was shared on Hacker News, where it received minimal early engagement. SOC 2 is a widely recognized auditing standard focused on security, availability, and data privacy controls. The open-source approach is intended to make professional audit methodology more accessible to developers and organizations building AI products.

0
ProgrammingDEV Community ·

Developer Recovers Tour Booking Site After Supabase Permanently Deleted Inactive Project

A developer built Kenya Tours, a Next.js and Supabase-powered tour booking site for the Kenyan coast, but neglected it after starting a demanding new job. Supabase's free tier pauses and eventually permanently deletes inactive projects, and the developer returned to find the project gone well beyond the 90-day restore window. Recovery required creating a brand-new Supabase project and manually rebuilding it using a downloaded pg_dump backup for the database schema and a separate zip archive for stored images. The process surfaced several technical hurdles, including Windows-generated metadata files blocking CLI migrations and the absence of a CLI command to run SQL files against a remote database. After re-uploading images, reconnecting auth providers, and resetting environment variables, the site was fully restored with tours and bookings functioning again.

0
ProgrammingDEV Community ·

Why Domain Expertise Makes You Better at Using AI Language Models

A software developer's hands-on experience with GPT-4 reveals that the quality of output from large language models is closely tied to the user's subject-matter knowledge. Vague prompts tend to produce generic or inaccurate results, while detailed, context-rich instructions yield more precise and useful responses. The author found that framing requests with technical specificity — such as describing exact component behavior in React — dramatically improved code quality. However, LLMs are not infallible; the developer encountered cases where the model produced entirely off-target outputs, underscoring the need to validate AI-generated content rigorously. The key takeaway is that LLMs work best as collaborative tools when guided by users who already possess a strong foundation in the relevant domain.

Critical WooCommerce Social Login Flaw Lets Attackers Hijack Any Account via Forged Apple JWT · ShortSingh