mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #4600] Frontend is storing password in clear text #2937
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2937
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eriosgamer on GitHub (Jun 29, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4600
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
While exploring the SQLite database, I found that passwords are stored in plain text in the"access_list_auth" table.
Nginx Proxy Manager Version
jc21/nginx-proxy-manager:latest
To Reproduce
Steps to reproduce the behavior:
1- Make a fresh install
2- Set the user and password
3- Create a new Access List
Expected behavior
Passwords or authorization details should be securely stored (e.g., hashed) in the database.
Screenshots
Operating System
CachyOS (Arch Linux) and Debian 12
Additional context
Docker Version: 28.3.0, build 38b7060a21
Docker-Compose Version: version 2.37.3
The screenshot is from a Python script i wrote that displays the contents of database.sqlite.
@rezzorix commented on GitHub (Jul 1, 2025):
Not a bug.
The
access_list_authtable stores plaintext credentials so Nginx Proxy Manager can generate authentication configs for Nginx and allow users to edit those credentials through the UI. Nginx reads these files for HTTP Basic Auth (Nginx auth_basic module) but does not create them itself.This isn’t a security risk unless someone already has access to your server files. User login passwords for NPM itself are stored hashed.
@github-actions[bot] commented on GitHub (Jan 5, 2026):
Issue is now considered stale. If you want to keep it open, please comment 👍