The article discusses a vulnerability in the paywall system of several digital newspapers belonging to the Prensa Ibérica publishing group, including La Nueva España. The vulnerability allows users to access premium content without a subscription.
The author demonstrates how to bypass the paywall using two methods:
The vulnerability stems from the fact that the full article content is still sent by the server, even to non-subscribers. It's simply hidden with CSS styling.
The author provides recommendations for developers to create more secure paywalls:
The article emphasizes that the vulnerability is easily exploited, highlighting the importance of robust security measures in web development.