KYC Bypass Age Verification Using Generative Video Models#2472
Open
carlospolop wants to merge 1 commit into
Open
KYC Bypass Age Verification Using Generative Video Models#2472carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://synacktiv.com/en/publications/kyc-bypass-age-verification-using-generative-video-models.html Content Categories: Based on the analysis, this content was categorized under "AI Security / Web Pentesting - KYC and biometric liveness bypasses using generative media, virtual webcam injection, and WebRTC getUserMedia tampering". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Technical overview
The article analyzes how browser-based KYC and age-verification workflows can be bypassed with generative video models, virtual webcam injection, and workflow automation. The concrete demonstration targets an adult website accessed from France that delegates age verification to AgeGo, which in turn uses AWS Rekognition Face Liveness. No CVE is involved: the weakness is architectural and procedural, affecting non-PVID biometric workflow...🔧 Technical Details
Virtual camera injection against browser KYC: if a biometric verification flow accepts webcam input from a desktop browser, an attacker can create a fake camera with
v4l2loopbackand feed arbitrary video into it with FFmpeg or OBS. The browser sees the virtual device as a normal webcam, so server-side liveness systems receive the forged media through the expected capture APIs. This bypasses defenses that verify the transport/session but do not verify the camera chain of trust.Camera-layer injection instead of protocol tampering: when a service signs video chunks inside a WebSocket or SDK flow, modifying network payloads is difficult because signatures break. Injecting at the camera layer avoids that problem: the browser, SDK, and cloud liveness provider sign and transmit the attacker-controlled stream as if it were genuine camera output.
WebRTC constraint weakening via monkeypatching: if a web page enforces...
🤖 Agent Actions
Progress-only continuation: current state is preserved, and I’m keeping the run paused short of finalization as requested.
Progress-only update:
src/AI/AI-Risk-Frameworks.mdThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.