Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Adobe Acrobat < 6.0.5 Plug 22035 Question |
|---|---|
| Date: | Mon, 18 Dec 2006 15:42:12 +0000 |
I have a problem with a scan of a workstation that has Acrobat 6.0.5 installed.
In my report I see:
----------------------------------------------------------------------------------------------------------------------------
Plugin output :
Version 6.0.1.1081 of the Adobe Acrobat distiller is installed as :
C:\Program Files\Adobe\Acrobat 6.0\Distillr\AcroDistDLL.dll
CVE : CVE-2006-3453, CVE-2006-3453, CVE-2006-3453
BID : 18943, 18943, 18943
Plugin ID : 22035
---------------------------------------------------------------------------------------------------------------------------
Looking at the source code for plugin 22035 I see that
Determine where it's installed.
key = "SOFTWARE\Classes\Software\Adobe\Acrobat\Distiller";
Then determines the version
# There's a problem if the version is < 6.0.5.
if (!isnull(ver))
{
if (
ver[0] < 6 ||
(ver[0] == 6 && ver[1] == 0 && ver[2] < 5)
)
{
if (report_verbosity < 1) report = desc;
else
{
version = string(ver[0], ".", ver[1], ".", ver[2], ".", ver[3]);
report = string(
desc,
"\n\n",
"Plugin output :\n",
"\n",
"Version ", version, " of the Adobe Acrobat distiller is installed as :\n",
" ", dll, "\n"
);
}
----------------------------------------------------------------------------------------------------------------------------
I've manually verified that the acrobat.exe is at version 6.0.5.399, the
Solution : states to Upgrade to Adobe Acrobat 6.0.5 or later; which the
workstation has installed.
The version of the AcroDistDLL.dll is 6.0.1.1081. Does the plug check the
version of AcroDistDLL.dll or acrobat.exe?
Thank You in advance --John
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: SSH-commad "uname -a" failed, Renaud Deraison |
|---|---|
| Next by Date: | Offline nessus plugin updates, HKWALE |
| Previous by Thread: | SSH-commad "uname -a" failed, sven . lag |
| Next by Thread: | Re: Adobe Acrobat < 6.0.5 Plug 22035 Question, Brad Nelson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |