Plausible Analytics Pre-Authentication RCE via Phoenix Story... - #2759
Open
carlospolop wants to merge 1 commit into
Open
Plausible Analytics Pre-Authentication RCE via Phoenix Story...#2759carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://whoareme.com/blog/plausible-analytics-multiple-criticals Content Categories: Based on the analysis, this content was categorized under "Pentesting Web -> SSTI / Server-Side Template Injection, with a new Phoenix LiveView and HEEx/EEx expression-injection subsection; optionally cross-reference Network Services Pentesting -> Pentesting Web -> Phoenix/Elixir developer interfaces". 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
CVE-2026-8467: Unauthenticated RCE through Phoenix Storybook
The post documents CVE-2026-8467, a critical unauthenticated HEEx/Elixir code-injection vulnerability in
phoenix_storybook. Plausible Analytics Community Edition versionsv3.0.0throughv3.2.0expose the vulnerable Storybook functionality; Plausible CEv3.2.1fixes the issue. The reviewed dependency source corresponds...🔧 Technical Details
Auditing unauthenticated LiveView and development interfaces: Enumerate LiveView routes, WebSocket endpoints, component explorers, Storybook instances, playgrounds, debugging pages, and other developer tooling exposed without authentication. Capture
/live/websockettraffic and trace each event fromhandle_event/3through conversion helpers and renderers to high-risk sinks such as template compilers, dynamic evaluators, deserializers, or process-execution functions. In this case the exploitable chain waspsb-assign→handle_set_variation_assign/3→to_value/4→attributes_markup/1→EEx.compile_string/2→Code.eval_quoted_with_env/3.Generated-template quote breakout: Construction such as
~s|#{name}="#{val}"|is unsafe whenvalis untrusted and the resulting string is subsequently compiled as HEEx. A payload sha...🤖 Agent Actions
Updated
src/pentesting-web/ssti-server-side-template-injection/README.md.Added a cited Elixir / Phoenix LiveView HEEx expression injection section covering:
System.cmd/2RCETechnical details were verified against the PhoenixStorybook advisory and original research post.
Validation passed: clean diff, sequential references, balanced code fences, and valid JSON example. Full mdBook build was unavailable because
mdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.