Tagged articles

password reset

17 articles · Page 1 of 1
IT Xianyu
IT Xianyu
Jul 24, 2026 · Information Security

8 CRUD APIs from GPT‑5.6 Sol Reveal 24 Vulnerabilities—Why No Verification for Password Reset?

The author asked GPT‑5.6 Sol to generate eight Flask CRUD endpoints, ran a security scan that uncovered 24 flaws—including 11 critical issues and a password‑reset function without any verification—then iteratively prompted the model to fix them, highlighting that AI‑written code needs explicit security guidance.

AI code generationFlaskGPT-5.6
0 likes · 8 min read
8 CRUD APIs from GPT‑5.6 Sol Reveal 24 Vulnerabilities—Why No Verification for Password Reset?
Black & White Path
Black & White Path
Jun 19, 2026 · Information Security

How a Crowdtesting Find Exposed an Arbitrary Password‑Reset Vulnerability

During a crowdtesting engagement the author uncovered a critical identity‑verification flaw that lets anyone change any user's password using only the username and phone number, detailing the discovery process, exploited endpoints, and the low barrier to hijack accounts.

Identity verificationURL enumerationVulnerability
0 likes · 5 min read
How a Crowdtesting Find Exposed an Arbitrary Password‑Reset Vulnerability
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jun 18, 2025 · Operations

How to Reset a Forgotten Elasticsearch 8.x/9.x Password Safely

When the built‑in elastic user password is lost in Elasticsearch 8.x or 9.x, you can use the official elasticsearch‑reset‑password command‑line tool to generate or set a new password without restarting the service, following a few simple steps and troubleshooting tips.

ElasticsearchOperationselasticsearch-reset-password
0 likes · 4 min read
How to Reset a Forgotten Elasticsearch 8.x/9.x Password Safely
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 29, 2025 · Operations

How to Reset a Forgotten INFINI Console Password

The article explains two ways to recover access to INFINI Console when the password is lost: locating the original console_configuration.json file to retrieve the stored credentials, or using the built‑in Reset Password feature in the user management UI, with step‑by‑step instructions and screenshots.

Cluster ManagementConfiguration FileINFINI Console
0 likes · 5 min read
How to Reset a Forgotten INFINI Console Password
DevOps Cloud Academy
DevOps Cloud Academy
May 9, 2022 · Operations

Resetting the GitLab Root Password via Console and Password Recovery

This guide explains how to retrieve and change the temporary GitLab root password generated during a Terraform deployment, outlines two recovery methods—including using the password‑reset feature and directly updating the password through the GitLab Rails console with example code.

DevOpsGitLabOperations
0 likes · 3 min read
Resetting the GitLab Root Password via Console and Password Recovery
Laravel Tech Community
Laravel Tech Community
Apr 27, 2022 · Databases

Common MySQL Errors and Their Solutions: Password Reset, Case Sensitivity, Service Startup, Export/Import, Connection Limits, Binlog Management, and Replication Issues

This article compiles eight classic MySQL error scenarios—including forgotten passwords, case‑sensitivity mismatches, Windows service startup failures, export/import restrictions, excessive connections, full binary logs, and primary‑key replication conflicts—along with detailed troubleshooting steps, configuration tweaks, and command‑line solutions to help database practitioners resolve them efficiently.

Binary LogCase SensitivityDatabase Errors
0 likes · 10 min read
Common MySQL Errors and Their Solutions: Password Reset, Case Sensitivity, Service Startup, Export/Import, Connection Limits, Binlog Management, and Replication Issues
IT Services Circle
IT Services Circle
Feb 13, 2022 · Information Security

How to Reset a Forgotten iPhone Lock Screen Password via Remote Erase (iOS 15.2+ and Earlier Versions)

This guide explains how to unlock an iPhone that is locked due to a forgotten or repeatedly mistyped screen password by using the built‑in remote‑erase feature in iOS 15.2 and later, and provides step‑by‑step recovery‑mode instructions for earlier iOS versions, while warning about data loss.

data backupiOSiPhone
0 likes · 5 min read
How to Reset a Forgotten iPhone Lock Screen Password via Remote Erase (iOS 15.2+ and Earlier Versions)
System Architect Go
System Architect Go
Mar 6, 2021 · Information Security

Understanding and Exploiting HTTP Host Header Attacks

This article explains how misconfigured HTTP Host headers can be abused for attacks such as cache poisoning, SSRF, password‑reset poisoning and other server‑side exploits, and provides practical detection methods and defensive recommendations for developers and security engineers.

HTTPSSRFVulnerability
0 likes · 26 min read
Understanding and Exploiting HTTP Host Header Attacks
Java Backend Technology
Java Backend Technology
Oct 22, 2020 · Information Security

What Caused the Massive P1 Outage? A Real‑World Security Scanning Bug Uncovered

A sudden P1 incident reset all user passwords, and after a thorough investigation the team discovered that a security‑scanning tool’s weak‑password check repeatedly hit login attempts, triggering a bug that caused the outage, highlighting the critical need for proper incident response and security engineering.

DatabaseOperationsP1 incident
0 likes · 7 min read
What Caused the Massive P1 Outage? A Real‑World Security Scanning Bug Uncovered
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 21, 2020 · Databases

How to Reset a Forgotten MySQL Root Password

This guide explains how to recover a lost MySQL root password by editing the MySQL configuration to skip grant tables, restarting the service, and then setting a new password via SQL commands, with platform-specific steps for Windows, macOS, and Linux.

ConfigurationDatabase AdministrationLinux
0 likes · 4 min read
How to Reset a Forgotten MySQL Root Password
Laravel Tech Community
Laravel Tech Community
Apr 14, 2020 · Backend Development

Laravel Password Reset Implementation Guide

This guide explains how to enable Laravel's built‑in password reset feature by running the make:auth command, configuring the user model, migrating the reset token table, setting up routes and views, customizing guards, brokers, and notification emails, and adjusting token expiration.

PHPauthenticationbackend
0 likes · 6 min read
Laravel Password Reset Implementation Guide