Security Portal: Weekly Linux Security Roundup - 2000/02/15 to 2000/02/21 | Linux Today

Security Portal: Weekly Linux Security Roundup – 2000/02/15 to 2000/02/21

Written By
Web Webster
Web Webster
Feb 21, 2000

“An interesting week, some more advisories concerning the bug in
make and MySQL (people releasing fixed packages, nothing new).
The most interesting thing however was the announcement of
Medusa DS9, a security tool for Linux that allows you to control
access to various things.
I haven’t tested it myself so I
don’t know how effective it is, but it doesn’t sound like snake oil
either. I also got around to catching up on some neglected tools,
‘Instructor 1.0’ was released, basically it hammers the CPU
with opcodes to see what makes it go boom.”

“Tip of the week:
Various problems with ASP and PHP include files have been found
(primarily that by requesting them you can get the contents of the
file, which can provide useful information to an attacker). Use
Apache’s access configuration to block access to these types of
files, for example to block access to *.inc files:
<Files ~ “.inc$”>
Order allow,deny
Deny from all
</Files>”

“You might also want to block access to files ending in ~’s,
i.e. the backup file that emacs creates (I know there’s more then a
few of these on my server):
<Files ~ “~$”>
Order allow,deny
Deny from all
</Files>”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.