Ok for now i will leave it...
I rebuild my Linode VPS with the template in Linode Manager for Centos 6.2 and then run
for i in `ls /lib64/ | grep -v '@'`; do rpm -qf /lib64/$i | grep 'not owned by any package'; done
The result was false and i haven't get any matche

Now i run
yum update
After i run
for i in `ls /lib64/ | grep -v '@'`; do rpm -qf /lib64/$i | grep 'not owned by any package'; done
Positive matches
[root@linode ~]# for i in `ls /lib64/ | grep -v '@'`; do rpm -qf /lib64/$i | grep 'not owned by any package'; done
file /lib64/libip4tc.so.0.0.0 is not owned by any package
file /lib64/libip6tc.so.0.0.0 is not owned by any package
file /lib64/libipq.so.0.0.0 is not owned by any package
file /lib64/libiptc.so.0.0.0 is not owned by any package
file /lib64/libxtables.so.4.0.0 is not owned by any package
file /lib64/xtables is not owned by any package
[root@linode ~]#
I seems that the upgrade brings the exploit
Is Centos Developers Aware of this?
Or this type of check is not valid?