Browser-Only Ransomware From LLM Hallucinations to a Practic...#2452
Open
carlospolop wants to merge 1 commit into
Open
Browser-Only Ransomware From LLM Hallucinations to a Practic...#2452carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://research.checkpoint.com/2026/browser-only-ransomware-from-llm-hallucinations-to-a-practical-attack-technique Content Categories: Based on the analysis, this content was categorized under "Pentesting Web / Browser API Abuse or Phishing Methodology / Browser File System Access API abuse". 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
Check Point Research describes a practical browser-only ransomware technique derived from an AI-generated, partially hallucinated malware sample. The key issue is not a CVE, memory corruption bug, sandbox escape, APK, native executable, root exploit, or OS persistence mechanism. Instead, the attack abuses a legitimate browser capability: the File System Access API, especially
showOpenFilePicker()andshowDirectoryPicker(), combined w...🔧 Technical Details
Abusing File System Access API for browser-native ransomware: A malicious website can use legitimate browser APIs such as
showOpenFilePicker()andshowDirectoryPicker()to request user-approved access to local files or directories. Once the victim grants access, the page can recursively traverse the selected directory, obtain file handles, read file bytes, optionally upload them to a backend, encrypt or otherwise transform them in JavaScript, and write the modified content back to the original files. This creates ransomware-like impact without a native executable, APK installation, browser exploit, sandbox escape, or root access.Social-engineering write access through a plausible application flow: The technique becomes practical when the permission request matches the user’s expectations. A fake AI upscaler, photo enhancer, avatar editor, or creative tool can first ask for an input image and then ask the user to...
🤖 Agent Actions
Continuation complete and still stable.
Current status:
src/pentesting-web/web-vulnerabilities-methodology.mdThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.