Skip to main content

WordPress 4.5.3 fixes bug, Carbonite reset password after cyber-attack and 154 Million voter records exposed.

Security folks are always busy trying to protect our information from malicious users or criminal actors out there. Here's what's going for the last couple of days.

Carbonite online backup service resets all users passwords after cyber attack. The company said the attacking third-party didn't compromise any user accounts, mainly because its IT staff caught the attack in its early stages. To make sure nothing was stolen from people's backups, Carbonite has initiated a service-wide password reset.

Brute-force attacks and account hijacking to become more popular. Such types of attacks are known as ATO or Identity Testing Attacks, and according to security firm ThreatMatrix, they are becoming extremely popular. Source: Softpedia.com

WordPress 4.5.3 fixes bug that allowed password change via stolen cookies. The
WordPress.org team announced a new version of the WordPress CMS one that includes fixes for eight security bugs and 17 maintenance issues.

The most critical security flaw the project fixed is a bug that allowed attackers to change a user's password by leveraging stolen cookies. The WordPress security team's Michael Adams discovered this issue internally.

Browser cookies are easy to steal, and there is a lot of publicly available exploit code that can be packed as a simple XSS and steal a user's cookie file, for a specific site, or for all. Source: Softpedia.com

Hackers breach US company and unwittingly expose 154 million voter records. A CouchDB database holding 154 million voter records was left without protection after hackers breached its network and took down its firewall, The Daily Dot reports following an investigation by MacKeeper security researcher Chris Vickery.
Vickery discovered the database earlier this week, and with the help of a Daily Dot reporter, he managed to track it down to a company named L2, which builds, manages, and sells access to US voter records.

Hacker breaches company hosting details of 154 million US voters. When the two inquired about the unprotected database that was exposed online without being protected by a password, L2 said it belonged to one of their clients. Source: Softpedia.com

Happy safe browsing.
Source: KING.NET

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp