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: | Re: Adobe Acrobat < 6.0.5 Plug 22035 Question |
|---|---|
| Date: | Tue, 19 Dec 2006 11:10:46 +0000 |
I believe it has to be an administrative scan for Nessus to enumerate the version of a DLL Take Care and Have Fun --John -------------- Original message ---------------------- From: Brad Nelson <nelson.brad@comcast.net>
Does this need to be a scan with credentials to work? Without credentials how does the plugin determine if the .dll is installed and which version is present? thanks, brad jfvanmeter@comcast.net wrote:I have a problem with a scan of a workstation that has Acrobat 6.0.5installed. 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, theSolution : 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 theversion 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_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
_______________________________________________ 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: Adobe Acrobat < 6.0.5 Plug 22035 Question, Brad Nelson |
|---|---|
| Next by Date: | SSH Credentials problem, Thomas Nguyen Van |
| Previous by Thread: | Re: Adobe Acrobat < 6.0.5 Plug 22035 Question, Brad Nelson |
| Next by Thread: | Offline nessus plugin updates, HKWALE |
| Indexes: | [Date] [Thread] [Top] [All Lists] |