this post was submitted on 11 Aug 2025
11 points (100.0% liked)

Cybersecurity

5 readers
25 users here now

An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!

Rules

Community Rules

founded 2 years ago
MODERATORS
 

A reminder that upgrading your server might shut down parts of the security related components and leave services unintentionally exposed.

Upgrading should not be done without proper filtering of unwanted incoming traffic (via for example a firewall in front of the server).

Here we can see some database passwords and cryptographic secrets exposed during #debian13 upgrade due to PHP being down while the httpd was not.

#infosec #cybersecurity

top 2 comments
sorted by: hot top controversial new old
[โ€“] d1cor@mstdn.io 5 points 3 days ago

@harrysintonen@infosec.exchange I hadn't thought of that, good point!

[โ€“] harrysintonen@infosec.exchange 3 points 3 days ago* (last edited 3 days ago)

Post mortem:

This issue was made possible by a misconfiguration whereas "AllowOverride none" was used by accident. That made it possible to read the configuration file even though .htaccess file preventing it is in place.

So this in part this specific issue was a mistake by the admin (read: myself). I think it still highlights an issue that could occur in many other ways as well. It is best to restrict network access to servers when upgrading them.

PS: If you can't do things right at least make it possible for others to learn from your mistakes. ๐Ÿ™‚