← All stories
● Covered by 1 source · 1 reportMedium impact1 negative

CodePen 2.0 transmits user input to servers in real-time, raising security concerns

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • CodePen 2.0 transmits editor input to servers in 1-2 seconds.
  • Data is sent before users save their work.
  • A test confirmed typed markers appeared in generated previews.
  • Secrets entered by mistake are considered compromised.

Real-time Data Transmission Identified

CodePen 2.0 transmits all data typed into its editor input to codepen.dev servers almost immediately. This occurs within 1-2 seconds of typing, even before a user has saved their work. This behavior was observed through network monitoring.

Verification of Data Exposure

A specific test confirmed this data transmission. A unique marker typed into an index.html file within CodePen resulted in a build with "save:false". The marker then appeared verbatim in the HTML served from the generated "*.codepen.dev preview" domain, indicating server-side processing and storage of unsaved input.

Security Implications for Users

The immediate transmission of all input means that any sensitive information, such as secrets or credentials, inadvertently typed into the CodePen editor could be compromised. Users are advised to consider such data compromised even if they did not publish or explicitly save the pen.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~8 min · 6 stories · Sep 07

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub HackerNews/API

Reporting from

CodePen 2.0 sends all user input from its editor to its servers almost immediately, even before the user explicitly saves the code. This behavior means any sensitive information typed into the editor could be compromised, regardless of whether it was saved or published.