mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #172] default Location of sqlite database reachable via http in some circumstances #111
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#111
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 @margau on GitHub (Apr 17, 2018).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/172
Hello,
the default location of the userdb is ../etc/pdns.users.sqlite3
If you have installed nsedit in a directory (reachable via https://server/nsedit),
its possible to download the database trough https://server/etc/pdns.users.sqlite3.
Thats not extremly critical, because the passwords are hashed, but could be very bad.
A database is not something i would like to have available online to the public.
At least the user should be informed about this possibility to chose a proper, non-public available path.
Best regards
margau
@margau commented on GitHub (Apr 17, 2018):
See PR #173
@tuxis-ie commented on GitHub (Aug 22, 2018):
Closed via #182