Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×

Alerts This Week
Warning Icon 1 544
Alerts This Week
Warning Icon 1 544

Stay Ahead With Linux Security News

Filter%20icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":100,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 2 articles for you...
83

Hacker Virus_Hima Breaches Database Backups of Yahoo! Systems

A penetration tester has reportedly hacked Yahoo!, claiming to have gained access to website backup and database files for a dozen databases.. The hacker using the handle Virus_Hima published screenshots that showed the purported site backups for a Yahoo! finance subdomain. The link for this article located at SC MagazIne is no longer available. . The hacker using the handle Virus_Hima published screenshots that showed the purported site backups . penetration, tester, reportedly, hacked, yahoo, claiming, gained, website, backup. . LinuxSecurity.com Team

Calendar%202 Dec 17, 2012 User Avatar LinuxSecurity.com Team Hacks/Cracks
83

MySQL: 5.1.63, 5.5.25 Critical Authentication Bypass Threat

Security researchers have released details about a vulnerability in the MySQL server that could allow potential attackers to access MySQL databases without inputting proper authentication credentials. . The vulnerability is identified as CVE-2012-2122 and was addressed in MySQL 5.1.63 and 5.5.25 in May. However, many server administrators might not be aware of its impact, because the changelog for those versions contained very little information about the security bug. The link for this article located at Computer World is no longer available. . The vulnerability is identified as CVE-2012-2122 and was addressed in MySQL 5.1.63 and 5.5.25 in May. security, researchers, released, details, about, vulnerability, mysql, server. . LinuxSecurity.com Team

Calendar%202 Jun 12, 2012 User Avatar LinuxSecurity.com Team Hacks/Cracks
83

MySQL Advisory: Blind SQL Injection Threat to Database Access

On a security mailing list over the weekend, an unknown party published details about the structure and content of databases on the website of database vendor MySQL. The information was apparently accessible via a security hole on the MySQL.com website.. The hacker says the vulnerability is a blind SQL injection problem. This is a worst case scenario for a web server because the flaw allows access to the entire database behind a public-facing website. SQL injections are possible when SQL commands can be embedded in user input so that Web servers pass them on to the database. Blind SQL injection means that the result of the database operation is not displayed; in other words, the attacker has to work blindly. In such cases, hackers therefore often ask the database yes/no questions and link one of the answers to a time-consuming operation. Depending on how long it takes the resulting page to appear, they can then tell what the response to the query was. The link for this article located at H Security is no longer available. . A major vulnerability permits invisible SQL injection intrusions on PostgreSQL, granting full control over the database.. MySQL Hacking, SQL Injection Attacks, Database Exposure, Cybersecurity Risks. . LinuxSecurity.com Team

Calendar%202 Mar 28, 2011 User Avatar LinuxSecurity.com Team Hacks/Cracks
83

Strategies for Managing Privileged User Access in Databases

The prospect of restricting access to your database is tricky when it comes to privileged users, such as database administrators who need to keep the databases running, developers who need to tap into databases to get them to work, or super users who just need an inordinate amount of access to get their jobs done.. Privileged users are in a class of their own when it comes to database activity. Plain and simple, their extended access poses a much higher risk exposure to the data: These users touch, move, and manipulate more data than the average user. So chances are higher that they'll make a mistake that compromises data, or will operate maliciously and undetected. Some form of database activity monitoring is a key part of that system. But even more impactful -- and perhaps more immediate for less mature organizations -- is the often forgotten first step of employing the rule of least privilege. Do your privileged users really need the database permissions they currently have, and is their level of access appropriate? The link for this article located at Dark Reading is no longer available. . Navigating database access can be challenging when dealing with authorized personnel. Discover strategies for governing access rights while safeguarding sensitive information.. Database Access, User Permissions, Data Protection, Access Control. . LinuxSecurity.com Team

Calendar%202 Nov 16, 2009 User Avatar LinuxSecurity.com Team Hacks/Cracks
83

BarackObama.com Database Compromised: SQL Injection Attack Overview

We're reported in the past on hacks of the President's campaign web site barackobama.com, still used for political campaigning: This one on January 26, 2009 served malware to users and this one from April 21, 2008 redirected users to the Hillary Clinton campaign site (note: Friends of Hillary is still taking contributions).. The latest attack uses SQL injection to gain full access to the databases on the barackobama.com server. They use Microsoft Access databases, including the one in the graphic (click it for a full-size image): It's the database of administrators and their passwords, all in plain text. By adding themselves to the database they get to log in as administrator and do whatever they want. The link for this article located at PC Magazine is no longer available. . The latest attack uses SQL injection to gain full access to the databases on the barackobama.com ser. we're, reported, hacks, president's, campaign, barackobama, still. . LinuxSecurity.com Team

Calendar%202 Oct 27, 2009 User Avatar LinuxSecurity.com Team Hacks/Cracks
77

Understanding MySQL Access Control and Security Best Practices

Over the next few pages, I'm going to examine the mySQL access control system, and throw some light on the mySQL "grant tables". These tables, which are an integral part of the server's security system, offer database administrators a great deal . . . . Over the next few pages, I'm going to examine the mySQL access control system, and throw some light on the mySQL "grant tables". These tables, which are an integral part of the server's security system, offer database administrators a great deal of power and flexibility in deciding the rules which govern access to the system. I'll be assuming that you know the basics of SQL, and have a mySQL database server up and running. If you're not familiar with SQL, you can find a tutorial at https://devshed.com The link for this article located at devshed is no longer available. . Delve into the MySQL privilege management structure and the associated grant tables to gain a deeper understanding of database security mechanisms.. MySQL Security, Database Access Control, Grant Tables, Best Practices, Admin Insights. . LinuxSecurity.com Team

Calendar%202 Apr 26, 2001 User Avatar LinuxSecurity.com Team Server Security
81

Network Solutions Domain Sale Triggers Backlash Over Privacy Issues

The Internet's phone book is up for sale - and though the listings may represent a treasure trove for marketers, the move also risks a serious privacy backlash. At issue are millions of entries in the domain-name database operated by the . . . . The Internet's phone book is up for sale - and though the listings may represent a treasure trove for marketers, the move also risks a serious privacy backlash. At issue are millions of entries in the domain-name database operated by the Network Solutions unit of VeriSign Inc., Mountain View, Calif. It is, essentially, the master address book for the Internet. Since the dawn of commerce on the Web, companies that want their own dot-com addresses have registered with Network Solutions. Now Network Solutions is selling that information. "On your mark, get set, go!" gushes a recent advertisement in a newsletter for direct marketers. "Available for the first time ever. Approximately 6 million unique customers, sliced and diced for you to target prospects, learn about a specific audience or retain customers ... Take this information and run with it." . The digital realm's website address registry is available for purchase, posing a threat to personal privacy while offering enormous advertising opportunities.. Domain Sale, Privacy Risks, Consumer Data, Internet Marketing. . LinuxSecurity.com Team

Calendar%202 Feb 16, 2001 User Avatar LinuxSecurity.com Team Privacy
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":100,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200