HabrAugust 26, 2026🇷🇺Translated from Russian

Password Reset Fails to Evict Attackers: What Persists in Compromised Email Accounts

Users often discover unauthorized access to their email, change the password, enable two-factor authentication, and assume the threat is over. Within days or weeks, however, messages continue to be read and forwarded, revealing that the attacker never relied on the password alone.

Password verification occurs only once during login. After that, the service issues a persistent credential such as a session cookie in the browser or a refresh token in a mail client. These tokens allow continued access without re-entering the password, and a password change does not automatically revoke them.

Attackers commonly retain the following footholds:

  • Active sessions – browser cookies stolen by infostealers that bypass password knowledge entirely.
  • Application tokens – OAuth grants issued to third-party apps that continue working after the main password reset.
  • App passwords – legacy credentials created for older clients that ignore two-factor authentication and survive password changes.
  • Mail rules and forwarding – automatic redirection of incoming messages to attacker-controlled addresses or rules that archive replies during business-email-compromise schemes.
  • Recovery data – substituted backup email addresses, phone numbers, or recovery codes that let the attacker regain entry later.
  • Delegation – explicit sharing permissions granted inside the mail service that password changes do not affect.

Google users should review myaccount.google.com/device-activity, myaccount.google.com/permissions, and myaccount.google.com/apppasswords, then check Gmail settings for forwarding, delegation, and filters. Yandex offers equivalent controls under the security section of id.yandex.ru. Microsoft accounts are managed at account.microsoft.com/security.

In corporate Microsoft 365 environments, administrators can run Revoke-MgUserSignInSession via Microsoft Graph to terminate refresh tokens, although short-lived access tokens may remain valid for roughly one hour. Additional PowerShell queries detect forwarding rules and OAuth consents with scopes such as Mail.Read and offline_access.

The correct remediation order is: first revoke all sessions and tokens, then change the password to a completely new value, review and reset multi-factor methods, update recovery information, and finally audit rules and connected applications. Performing these steps in the wrong sequence allows the attacker to re-establish persistence before the account is fully secured.

Related articles

AntiMalwareOther

Former Google DeepMind Engineer Bilal Chughtai Warns AI Could Cause Human Extinction Without Coordinated Safety Measures

Bilal Chughtai, who worked on advanced AI safety at Google DeepMind before leaving the company in July 2026, stated that artificial intelligence could lead to the extinction of humanity. He emphasized that while safe development remains possible, AI labs must coordinate efforts and stop the reckless race toward more powerful systems. Chughtai argued that development pace should match what society can safely handle, with threats assessed and mitigated before they cause extreme damage. Similar warnings have come from Anthropic researchers including Jacob Coxon, who suggested advanced models could cause human extinction by the end of the decade, and Evan Hubinger, who estimated over 10% probability within ten years. Anthropic CEO Dario Amodei called for slowing frontier model development when safety measures lag capabilities, a view supported by Elon Musk and OpenAI CEO Sam Altman. The discussion focuses on external audits, unified standards, and controlled progress rather than a complete halt. U.S. President Donald Trump dismissed AI regulation calls as a hoax, creating a divide between industry caution and policy resistance, as noted by Reuters.

AntiMalwareOther

Mozilla Firefox 156 Optimizes JPEG Image Handling to Cut Memory and CPU Usage

Mozilla has released Firefox 156 featuring optimizations for processing large JPEG images on web pages. The browser now consumes less RAM and CPU time when sites display downsized versions of high-resolution photographs. The improvement targets scenarios where images are scaled down by page scripts rather than decoded at full size first. No single percentage improvement is provided because results vary with file sizes, image counts, and hardware. A separate enhancement makes the built-in PDF viewer launch up to 45 percent faster, with the biggest gains on first open when components load. The update becomes available on September 15 for supported desktop platforms and can be obtained through the About Firefox menu.

HabrOther

Why Russian Educators Prepare Sixth Graders for Ninth-Grade All-Russian Olympiads in Robotics and Information Security

Maxim Ivankov, who has run robotics and programming schools for children for nine years in a small Russian town, explains the decision to train students starting from fifth grade for the All-Russian Olympiad for Schoolchildren in the ninth-grade category. The strategy addresses the fact that regional and final stages begin only at ninth grade, while earlier participation yields only certificates with no benefits such as BVI university admission or regional prizes. The approach gives students up to five attempts instead of one, allowing systematic skill building similar to consistent athletic training. Challenges include extremely low enrollment despite free classes and widespread use of neural networks to solve school-stage tasks remotely, which distorts results and lacks regulatory prohibitions. The 2025/26 season introduced four separate profiles under informatics, including information security and robotics, both of which grant the same BVI privileges as mathematics or physics. Detailed analysis of past tasks shows a steep difficulty jump from municipal to regional stages, with topics such as the RANSAC algorithm and ten-dimensional hypercube traversal appearing only at the final level.

AntiMalwareOther

Corporate Boomerang: WordPress Founder Matt Mullenweg Survives Board Coup at Automattic

Automattic experienced a rapid corporate power struggle when its board placed founder and CEO Matt Mullenweg on forced paid leave. Within two days Mullenweg regained control by leveraging his shareholder voting rights and removed opposing administrators from the company Slack. The original board members who supported his ouster are now departing the company. The brief conflict highlighted how corporate governance rules allowed shareholders to ultimately determine board composition. Mullenweg described his restored position as that of a pirate before announcing renewed alignment with the board. Public support from WordPress leadership helped solidify his return to leadership.