Skip to main content

MySQL Vulnerability Allows Attackers to Bypass Password Verification

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 vulnerability can only be exploited if MySQL was built on a system where the memcmp() function can return values outside the -128 to 127 range. This is the case for Linux systems that use an SSE-optimized glibc (GNU C library).
If MySQL was built on such a system, the code that compares the cryptographic hash of a user-inputted password to the hash stored in the database for a particular account will sometimes allow authentication even if the supplied password is incorrect.
The probability of triggering this bug successfully on systems that meet the prerequisite is about 1 in 256, said Sergei Golubchik, the security coordinator for MariaDB, in an email sent to the oss-sec mailing list on Saturday. "~300 attempts takes only a fraction of second, so basically account password protection is as good as nonexistent."
MariaDB is a community-developed branch of MySQL that was also affected by this vulnerability. The flaw was patched in MariaDB versions 5.1.62, 5.2.12, 5.3.6 and 5.5.23 back in April.
A module for exploiting this vulnerability was added to the popular Metasploit penetration testing framework on Sunday. After exploiting the vulnerability, the module copies the MySQL server's master user table, which contains all password hashes.

Read More

Comments

Popular posts from this blog

Spike - Tango versuri

vad stele verzi, cum tu nu le vezi? Acolo intre farfuria zburatoare si omuletii verzi N-am luat-o razna, de ce nu ma crezi? Uite-mi face semn cu mana, frate tre sa ma salvezi Spike pari dubios, vrei sa-ncetezi? Se uita lumea ciudat la tine, incearca sa dansezi Cum poti sa te distrezi? Da-i afara Mortii lor, zi-le sa plece, fa-i sa dispara Hei buna, nici nu te-am vazut pe-aici Ce faci? Tu bine, eu Nu conteaza cum te cheama ca-mi placi Discutia asta-i putin cam trasa de par N-am papagal sa te conving, Dar iti dau un hamster. Ce-ai fata, pari speriata Tu vrei sa ne distram impreuna E-o seara minunata Esti putin ametita dar nu se vede ca esti beata Si la cum esti imbracata, Sincer, te-as f**e-odata Da-mi mana , hai pe ring Pot sa te-mping Te-ai incins, te sting Nu mai ai glas? Arata-mi ce stii, ce poti tu Esti praf Asta ce inseamna, ca pot sa te trag pe nas ? Zi-mi de unde vi, unde vrei sa ajungi Unde vrei sa fugi, ca scapare n-ai Unde vrei sa pleci, n-ai p

Romanian profanity (înjurătură)

This includes simple verbs and verb phrases. a da la untura lu binica : to have sexual intercourse; very used by the romanian community in Meudon a (şi-)o pune : to have sexual intercourse (literally "to put it," "it" being the penis) Jucăm o Biliboacă : to have oral sex (literally "Let's play Biliboaca" - it suggests that you take the balls in your mouth and shake your head while sucking the balls) a (i-)o da la chechereş : to have sexual intercourse (literally "to give it," "it" being the penis) a suge inima : to have oral sex(literally "to suck the heart,") a şi-o trage : to have sexual intercourse (literally "to pull it," with "it," as above, being the penis) a da în geantă : to have sexual intercourse (literally "to hit the purse") a băga mielu' la căldură : to have sexual intercourse (literally "to take the lamb somewhere warm") a băga lemnul in sobă : to have sex

GCC Looks To Turn Off Java, Replace With Go Or ADA

GCC developers from multiple companies are beginning to reach agreement that it's time for Java to be turned off by default in GCC. The Java compiler support in GCC is in the form of GCJ, but it doesn't see much active development these days with more of the Java work happening in OpenJDK. Developers are looking to disable Java from the default GCC build process but to potentially replace it with the Go or ADA languages.  With the open-source Java toolchain development having shifted from GCJ to OpenJDK years ago, Jeff Law of Red Hat characters the current state of Java in GCC as "moved from active development into a deep maintenance mode." GCJ seldom sees new development work and its usage isn't great either, but as of right now it's still built by default when compiling GCC.  Jeff Law volleyed a mailing list thread on Friday entitled  Replace Java with Go in default languages . So far GCC developers from various companies seem to be in agreement on dropping