LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: CVE Reference

0 votedvote

Detected 1 occurrence(s) of ‘CVE\-20[0-1]{1}[0-9]{1}\-[0-9]{4}’:

/*
 * CVE-2012-2122 checker
 *
 * You may get differing results with/without -m32
 *
 * Joshua J. Drake
 */

#include <stdio.h>
#include <stdlib.h>

int main(void) {
        int one, two, ret;
        time_t start = time(0);
        time_t now;

        srand(getpid()*start)

Source: http://pastie.org/pastes/4123829/download

Tags: ,

Comments are closed.