CigReviews Database
cigreviews.com
26,014
Global
-
16.72 MB
89.55 MB
1
The CigReviews Database leak in 2021 compromised 154,352 records, exposing sensitive information about users online activities. According to reports, the leak occurred when an unsecured Amazon Web Services (AWS) bucket was left open to the public, allowing anyone to access the data.
The leaked records contained information such as user registration data, comments, and reviews on the CigReviews website. This included users IP addresses, usernames, passwords ( hashed and salted), and other potentially identifiable data. The leak also exposed comments and reviews written by users, including negative ones.
The impact of the leak was significant, as users online activities and identities were potentially exposed. The incident highlights the importance of data security and the need for organizations to protect sensitive information from unauthorized access. The compromised data included information on users online behavior, which could be used for malicious purposes such as targeted advertising, identity theft, and more.
The incident serves as a reminder for individuals and organizations to prioritize data security and be vigilant in ensuring that sensitive information is properly stored and protected from potential breaches.
We have loaded this breach into our database.
`user_id` int(11) NOT NULL AUTO_INCREMENT,
`reg_uname` varchar(255) NOT NULL DEFAULT '',
`reg_pwd` varchar(255) NOT NULL DEFAULT '',
`reg_gender` char(1) NOT NULL DEFAULT '',
`dob` date NOT NULL DEFAULT '0000-00-00',
`role` tinyint(4) NOT NULL DEFAULT '0',
`age` varchar(100) NOT NULL DEFAULT '',
`reg_email` varchar(255) NOT NULL DEFAULT '',
`country_id` varchar(255) NOT NULL DEFAULT '',
`state_id` varchar(255) NOT NULL DEFAULT '',
`reg_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`over18` char(1) NOT NULL DEFAULT '',
`status` char(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`user_id`),
KEY `idx_uname` (`reg_uname`)
) ENGINE=MyISAM AUTO_INCREMENT=136064 DEFAULT CHARSET=latin1;
INSERT INTO `cg_users` (`user_id`, `reg_uname`, `reg_pwd`, `reg_gender`, `dob`, `role`, `age`, `reg_email`, `country_id`, `state_id`, `reg_on`, `over18`, `status`) VALUES
(1180, 'dev6', 'c4ca4238a0b923820dcc509a6f75849b', 'M', '0000-00-00', 0, '18', '[email protected]', 'China', '', '0000-00-00 00:00:00', 'Y', '1'),
(1181, 'dev5', 'c4ca4238a0b923820dcc509a6f75849b', 'M', '0000-00-00', 0, '18', '[email protected]', '', '', '0000-00-00 00:00:00', 'Y', '1'),
(1182, 'dev7', 'c4ca4238a0b923820dcc509a6f75849b', 'M', '0000-00-00', 0, '18', '[email protected]', 'China', '', '0000-00-00 00:00:00', 'Y', '1'),
(1183, 'dev8', 'c4ca4238a0b923820dcc509a6f75849b', 'M', '0000-00-00', 0, '18', '[email protected]', '', '', '0000-00-00 00:00:00', 'Y', '1'),
(1196, 'bbuser1', '65db11c35e330498cbe58380aad94c83', 'M', '0000-00-00', 0, '24', '[email protected]', 'USA', '', '0000-00-00 00:00:00', 'Y', '1'),
(1185, 'jumper', '65db11c35e330498cbe58380aad94c83', 'M', '0000-00-00', 0, '24', '[email protected]', 'USA', '', '0000-00-00 00:00:00', 'Y', '1'),
(1186, 'dev10', 'c4ca4238a0b923820dcc509a6f75849b', 'M', '0000-00-00', 0, '27', '[email protected]', '', '', '0000-00-00 00:00:00', 'Y', '1'),
(1187, 'dev11', 'c4ca4238a0b923820dcc509a6f75849b', 'M', '0000-00-00', 0, '18', '[email protected]', '', '', '0000-00-00 00:00:00', 'Y', '1'),
(1188, 'ctest1', 'c81e728d9d4c2f636f067f89cc14862c', 'M', '0000-00-00', 0, '18', '[email protected]', '', '', '0000-00-00 00:00:00', 'Y', '1'),