The Python Software Foundation has warned victims of a new wave of phishing attacks using a fake Python Package Index (PyPI) website to reset credentials. Accessible at pypi.org, PyPI is the default source for Python's package management tools, hosting hundreds of thousands of packages and providing developers with a centralized platform to distribute third-party software libraries. Python Software Foundation developer Seth Larson said the phishing emails request targets to "verify their email address" for "account maintenance and security procedures," threatening them with account suspensions and redirecting to a phishing landing page at pypi-mirror[.]org. "If you have already clicked on the link and provided your credentials, we recommend changing your password on PyPI immediately," Larson said. "Inspect your account's Security History for anything unexpected. Report suspicious activity, such as potential phishing campaigns against PyPI, to security@pypi.org." The threat actors aim to steal the victims' credentials, which will likely be used in subsequent attacks to compromise Python packages they've published on PyPI with malware or to publish new malicious packages. These attacks are part of a phishing campaign that also used the pypj[.]org domain in July to trick potential victims into logging in to a fake PyPI site. Larson advised PyPI package maintainers to never click on links in emails and to use password managers that auto-fill credentials based on domain names. To...
PyPI urges users to reset credentials after new phishing attacks
BleepingComputer
·Sergiu Gatlan
·Published Sep 24, 2025
·Updated
Affected Software
1 affected component
Python Software Foundation Python Package Index
Frequently Asked Questions
1
What prompted PyPI to urge users to reset their credentials?
PyPI issued a warning after a new wave of phishing attacks targeted users, attempting to steal their credentials through a fake website.
2
What is the nature of the phishing attacks described?
The phishing attacks involved a counterfeit PyPI website designed to trick users into submitting their login details.
3
Who is affected by these phishing attacks?
Victims of the phishing attacks include users of the Python Package Index and anyone who has accessed the fraudulent site.
4
What should users do to protect themselves from these attacks?
Users are advised to reset their credentials immediately if they suspect they have been compromised.
5
What is the main purpose of the Python Package Index (PyPI)?
The Python Package Index serves as the default repository for Python's package management, allowing users to install and share software packages.