# password reset

An account-authentication recovery process that allows a user to request and set a new password.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Move fast and save things: A quick guide to recovering a hacked account

DevFeed: [Move fast and save things: A quick guide to recovering a hacked account](<https://devfeed.tech/articles/move-fast-and-save-things-a-quick-guide-to-recovering-a-hacked-account-8355.md>)

Original publisher: [Read original article](<https://www.welivesecurity.com/en/cybersecurity/move-fast-save-things-quick-guide-recovering-hacked-account/>)

Author: Christian Ali Bravo Tomáš Foltýn

Published: 2026-03-20T10:00:00Z

Content type: tutorial

Language: en

Sources: [WeLiveSecurity](<https://devfeed.tech/sources/welivesecurity.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [incident](<https://devfeed.tech/topics/incident.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [Malware](<https://devfeed.tech/topics/malware.md>), [Support](<https://devfeed.tech/topics/support.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [bank](<https://devfeed.tech/tags/bank.md>), [digital-security](<https://devfeed.tech/tags/digital-security.md>), [guide](<https://devfeed.tech/tags/guide.md>), [incident](<https://devfeed.tech/tags/incident.md>), [malware](<https://devfeed.tech/tags/malware.md>), [password](<https://devfeed.tech/tags/password.md>), [phishing](<https://devfeed.tech/tags/phishing.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

A practical guide to responding quickly after an online account is hacked. It covers checking access, beginning account recovery, contacting financial institutions, disconnecting potentially infected devices, scanning for malware, and preserving evidence.

### Source excerpt

What you do - and how fast - after an account is compromised often matters more than it may seem

## Insecure Dava India Pharmacy APIs Exposed Super Admin Users and Enabled Privileged Account Creation

DevFeed: [Insecure Dava India Pharmacy APIs Exposed Super Admin Users and Enabled Privileged Account Creation](<https://devfeed.tech/articles/hacking-a-pharmacy-to-get-free-prescription-drugs-and-more-32619.md>)

Original publisher: [Read original article](<https://eaton-works.com/2026/02/13/dava-india-hack/>)

Author: Eaton

Published: 2026-02-14T03:07:20Z

Content type: article

Language: en

Sources: [Eaton Works Feed](<https://devfeed.tech/sources/eaton-works-feed.md>)

Topics: [Exploit](<https://devfeed.tech/topics/exploit.md>), [Hacking](<https://devfeed.tech/topics/hacking.md>), [Website](<https://devfeed.tech/topics/website.md>), [account](<https://devfeed.tech/topics/account.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [hacking](<https://devfeed.tech/tags/hacking.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [password](<https://devfeed.tech/tags/password.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

A security write-up describes insecure super-admin APIs on Dava India Pharmacy's website. The APIs exposed a list of super-admin users without authentication, and testing indicated that creating a super-admin account was a supported operation.

### Source excerpt

Super admin exploit on Dava India Pharmacy's website gave complete control over everything.

## Keycloak 26.1.3 released

DevFeed: [Keycloak 26.1.3 released](<https://devfeed.tech/articles/keycloak-26-1-3-released-31687.md>)

Original publisher: [Read original article](<https://www.keycloak.org/2025/02/keycloak-2613-released>)

Author: Keycloak Team

Published: 2025-02-28T00:00:00Z

Content type: release

Language: en

Sources: [Keycloak Blog](<https://devfeed.tech/sources/keycloak-blog.md>)

Topics: [Keycloak](<https://devfeed.tech/topics/keycloak.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [cve](<https://devfeed.tech/tags/cve.md>), [idm](<https://devfeed.tech/tags/idm.md>), [kerberos](<https://devfeed.tech/tags/kerberos.md>), [keycloak](<https://devfeed.tech/tags/keycloak.md>), [keycloak-release](<https://devfeed.tech/tags/keycloak-release.md>), [ldap](<https://devfeed.tech/tags/ldap.md>), [migration](<https://devfeed.tech/tags/migration.md>), [openid-connect](<https://devfeed.tech/tags/openid-connect.md>), [password](<https://devfeed.tech/tags/password.md>), [release](<https://devfeed.tech/tags/release.md>), [saml](<https://devfeed.tech/tags/saml.md>), [sso](<https://devfeed.tech/tags/sso.md>), [version](<https://devfeed.tech/tags/version.md>)

### AI overview

Keycloak 26.1.3 is released with a new default that forces federated users to log in again after resetting credentials. The release also lists resolved bugs and security issues, including CVEs and fixes affecting the admin console, authentication, CI, MySQL configuration, and JWT organization claims.

### Source excerpt

To download the release go to Keycloak downloads. Highlights Send Reset Email force login again for federated users after reset credentials In version 26.1.1 a new configuration option was added to the reset-credential-email (Send Reset Email) authenticator to allow changing the default behavior after the reset credentials flow. Now the option force-login (Force login after reset) is adding a third configuration value only-federated, which means that the force login is true for federated users and false for the internal database users. The new behavior is now the default. This way all users managed by user federation providers, whose implementation can be not so tightly integrated with Keycloak, are forced to login again after the reset credentials flow to avoid any issue. This change in behavior is due to the secure by default policy. For more information, see Enable forgot password. Upgrading Before upgrading refer to the migration guide for a complete list of changes. All resolved issues Bugs #32535 Invalid migration export for empty database core #36405 Redirect after linking account account/ui #36527 Viewing user events requires `view-realm`-role admin/ui #36585 Keycloak user attribute key broken in Keycloak 26.1.0 admin/ui #36703 When linking IDP to an organization hide on login sets as off admin/ui #36709 SAML2 Client Signing Keys Config does not accept PEM import admin/ui #36842 Comboxes do not display selected option after reset admin/ui #36927 MeterFilter is configured after a Meter has been registered dist/quarkus #36965 CVE-2025-0736 Error during JGroups channel creation may reveal secure information #36985 Admin console: unable to edit user profile attribute either on the form or the JSON editor. admin/ui #37029 CI fails with "Problem creating zip: Execution exception: Java heap space" ci #37066 Error on import of a public key (pem) authentication #37128 Customized quarkus.properties for MySQL cause "Unable to find the JDBC driver (org.h2.Driver)"，The s

## Blog: Using Falco to Create Custom Identity Detections

DevFeed: [Blog: Using Falco to Create Custom Identity Detections](<https://devfeed.tech/articles/blog-using-falco-to-create-custom-identity-detections-32500.md>)

Original publisher: [Read original article](<https://falco.org/blog/falco-okta-identity/>)

Published: 2023-11-28T00:00:00Z

Content type: article

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Falco](<https://devfeed.tech/topics/falco.md>), [okta](<https://devfeed.tech/topics/okta.md>), [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [audit](<https://devfeed.tech/topics/audit.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>), [account takeover](<https://devfeed.tech/topics/account-takeover.md>), [Threat Research](<https://devfeed.tech/topics/threat-research.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [audit](<https://devfeed.tech/tags/audit.md>), [blog](<https://devfeed.tech/tags/blog.md>), [event-source](<https://devfeed.tech/tags/event-source.md>), [falco](<https://devfeed.tech/tags/falco.md>), [identity](<https://devfeed.tech/tags/identity.md>), [okta](<https://devfeed.tech/tags/okta.md>), [password-reset](<https://devfeed.tech/tags/password-reset.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

This blog post explains how the open-source Falco Okta plugin can support Identity Threat Detection and Response by analyzing Okta audit logs. It describes default rules, adaptable rule logic, and a custom rule example focused on password-reset activity and potential account takeover.

### Source excerpt

Identity Threat Detection & Response (ITDR) in the cloud is of paramount importance to limit access to sensitive data and maintain the integrity of cloud infrastructure. Leading cloud providers like AWS, Microsoft Azure, and Google Cloud have implemented robust Identity and Access Management (IAM) controls, as well as Multi-Factor Authentication (MFA) options, to ensure that users have the standardized access control limitations. However, as the saying goes, "Trust, but verify." Even with these layers of security, there's a growing concern about what happens when a rogue employee or an external adversary manages to compromise an identity provider. Recent months have witnessed a surge in attacks targeting popular identity providers like Okta, underscoring the critical need for timely and effective detection capabilities. In fact, (Crowdstrike's 2023 Threat Hunting) report had classified 62% of all interactive cyber intrusions as having involved some form of compromised identities. Without proper detection, incidents such as the attacks on organizations like Caesars and MGM might go unnoticed until it's too late. Fortunately, open source Falco offers a Dedicated plugin for the Okta identity platform, empowering security teams to respond swiftly and with the context required to take real action against potential threats. In this blog post, we will delve into how Falco fulfills the requirements for ITDR capabilities. We'll illustrate the significance of Falco's adaptable rule logic and provide readers with a real-world example of crafting custom rules derived directly from Okta audit logs. Understanding the rule logic The Falco Okta plugin comes with a set of valuable default rules for Okta logs, which are designed to assist you in enhancing the security of your Okta platform. A typical illustration of the importance of these rules lies in the process of initiating a password reset within the Okta platform. In practice, an insider threat might reset a password, opt not

## Compromising Honda's power equipment / marine / lawn & garden dealer eCommerce platform through a vulnerable password reset API

DevFeed: [Compromising Honda's power equipment / marine / lawn & garden dealer eCommerce platform through a vulnerable password reset API](<https://devfeed.tech/articles/compromising-honda-s-power-equipment-marine-lawn-garden-dealer-ecommerce-platform-through-a-vulnerable-password-reset-api-32604.md>)

Original publisher: [Read original article](<https://eaton-works.com/2023/06/06/honda-ecommerce-hack/>)

Author: Eaton

Published: 2023-06-06T15:33:57Z

Content type: article

Language: en

Sources: [Eaton Works Feed](<https://devfeed.tech/sources/eaton-works-feed.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [Website](<https://devfeed.tech/topics/website.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [data](<https://devfeed.tech/tags/data.md>), [ecommerce](<https://devfeed.tech/tags/ecommerce.md>), [password-reset](<https://devfeed.tech/tags/password-reset.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

A writeup describes compromising Honda's power equipment, marine, and lawn-and-garden dealer eCommerce platform through a vulnerable password reset API and broken access controls. The reported access included customer orders, dealer websites and accounts, email records, and potentially payment-related keys and internal financial reports. The incident did not affect Honda's automobile business.

### Source excerpt

A vulnerable password reset API made it possible to take over any account and gain admin-level access to the platform. In addition, broken/missing access controls made it possible to access all data on the platform.

## Authentication Best Practices

DevFeed: [Authentication Best Practices](<https://devfeed.tech/articles/authentication-best-practices-29574.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/authentication-best-practices/>)

Author: sakshyam.shah@goteleport.com (Sakshyam Shah)

Published: 2022-02-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [Security](<https://devfeed.tech/topics/security.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [OAuth 2.0](<https://devfeed.tech/topics/oauth2.md>), [openid](<https://devfeed.tech/topics/openid.md>), [saml](<https://devfeed.tech/topics/saml.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [WebAuthn](<https://devfeed.tech/topics/webauthn.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [oauth2](<https://devfeed.tech/tags/oauth2.md>), [openid](<https://devfeed.tech/tags/openid.md>), [saml](<https://devfeed.tech/tags/saml.md>), [security](<https://devfeed.tech/tags/security.md>), [sso](<https://devfeed.tech/tags/sso.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

A guide to authentication best practices, including prioritizing passwordless authentication, using federated login and single sign-on, and hardening authentication functionality. It notes that security depends on correctly implementing the relevant standards and processes.

### Source excerpt

Learn about authentication best practices such as prioritizing passwordless authentication and implementing federated login with 2fa in this comprehensive blog post.

## What are the Most Common Authentication Vulnerabilities?

DevFeed: [What are the Most Common Authentication Vulnerabilities?](<https://devfeed.tech/articles/what-are-the-most-common-authentication-vulnerabilities-29575.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/authentication-vulnerabilities/>)

Author: sakshyam.shah@goteleport.com (Sakshyam Shah)

Published: 2022-02-18T00:00:00Z

Content type: article

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [password](<https://devfeed.tech/tags/password.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [security](<https://devfeed.tech/tags/security.md>), [software](<https://devfeed.tech/tags/software.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

This article examines common vulnerabilities in software authentication and password processes, including flawed authentication logic, weak account recovery, vulnerable authentication libraries, and insecure session handling. It also describes attack vectors used against weak authentication controls.

### Source excerpt

This blog post explores the most common vulnerabilities related to the authentication process.

## Codename One Integrates Single Sign-On Across Its Tools

DevFeed: [Codename One Integrates Single Sign-On Across Its Tools](<https://devfeed.tech/articles/important-new-sign-in-behavior-19411.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/new-sign-in-behavior/>)

Author: Shai Almog

Published: 2020-11-26T00:00:00Z

Content type: release

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [migration](<https://devfeed.tech/topics/migration.md>), [password reset](<https://devfeed.tech/topics/password-reset.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [migration](<https://devfeed.tech/tags/migration.md>), [password-reset](<https://devfeed.tech/tags/password-reset.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [sso](<https://devfeed.tech/tags/sso.md>)

### AI overview

Codename One is integrating Single Sign-On across most of its tools and asks users to create a new account through the site's login button. Existing accounts can be linked using the same email address, while password reset is no longer available through the old login. Several tools are transitioning at different times.

### Source excerpt

Today, we are finally integrating the new Single-Sign-On to most of our tools. This means that you will need to create a new account using the login button in this site in order to use Codename One from now on. To make the migration easier, we tried to keep the existing login working as much as possible with the one notable exception of password reset which is no longer wired. So if you lose your password, you would need to migrate.

## Account Recovery

DevFeed: [Account Recovery](<https://devfeed.tech/articles/account-recovery-36656.md>)

Original publisher: [Read original article](<https://shostack.org/blog/account-recovery/>)

Author: Adam

Published: 2017-04-19T00:00:00Z

Content type: opinion

Language: en

Sources: [Shostack & Friends Blog](<https://devfeed.tech/sources/shostack-friends-blog.md>)

Topics: [password reset](<https://devfeed.tech/topics/password-reset.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Security](<https://devfeed.tech/topics/security.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [account](<https://devfeed.tech/topics/account.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [trust](<https://devfeed.tech/topics/trust.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [password](<https://devfeed.tech/tags/password.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [security](<https://devfeed.tech/tags/security.md>), [trust](<https://devfeed.tech/tags/trust.md>)

### AI overview

This commentary examines weaknesses in traditional account recovery, especially security questions based on personal information. It discusses delegated account recovery as an alternative in which trusted providers help users verify their identity after they forget passwords or lose two-factor authentication codes.

### Source excerpt

[no description provided]