ID

VAR-200511-0004


CVE

CVE-2005-2938


TITLE

APPLE iTunes Unlisted Windows Search path vulnerability

Trust: 0.6

sources: CNNVD: CNNVD-200511-263

DESCRIPTION

Unquoted Windows search path vulnerability in iTunesHelper.exe in iTunes 4.7.1.30 and iTunes 5 for Windows might allow local users to gain privileges via a malicious C:\program.exe file. iTunes is Apple's player software for iPod and mp3 files. Multiple Vendor Insecure Call to CreateProcess() Vulnerability iDEFENSE Security Advisory 11.15.05 www.idefense.com/application/poi/display?id=340&type=vulnerabilities November 15, 2005 I. BACKGROUND The Microsoft Windows API includes the CreateProcess() function as a means to create a new process and it's primary thread. CreateProcessAsUser() is similar but allows for the process to be run in the security context of a particular user. II. DESCRIPTION The format of the CreateProcess() function is as follows: BOOL CreateProcess( LPCTSTR lpApplicationName, LPTSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCTSTR lpCurrentDirectory, LPSTARTUPINFO lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation ); The 'lpApplicationName' variable contains the name of the module to be executed. However, this can be a NULL value, in which case, the module name to be executed will be the first white space-delimited token in the lpCommandLine string. It is a known issue, that if lpApplicationName contains a NULL value and the full module path in the lpCommandLine variable contains white space and is not enclosed in quotation marks, it is possible that an alternate application will be executed. Consider the following scenario: CreateProcess( NULL, c:\program files\sub dir\program.exe, ... ); In this case, the system will successively expand the string when interpreting the file path, until a module is encountered to execute. The string used in the above example would be interpreted as follows: c:\program.exe files\sub dir\program name c:\program files\sub.exe dir\program name c:\program files\sub dir\program.exe Therefore, if a file named program.exe existed in the c:\ directory, it would be executed instead of the intended application. This is a known issue, discussed directly in the API documentation: http://msdn.microsoft.com/library/en-us/dllproc/base/createprocessasuser.asp III. ANALYSIS Despite the fact that this is a known issue, several popular applications, insecurely call the CreateProcess() and CreateProcessAsUser() functions. This creates a scenario whereby arbitrary code could be executed. In the scenario detailed above, if an attacker were able to install arbitrary code in a file at c:\program.exe, when the vulnerable application was launched, the code would be executed. The arbitrary code would generally be executed under the privileges of the executing user but could also be launched with elevated privilegs if an insecure call were made CreateProcessAsUser() using elevated privileges. This attack would involve some form of social engineering or need to be combined with another attack to first get the arbitrary code installed in the correct location. IV. DETECTION The following applications have been confirmed to be vulnerable: Vendor: RealNetworks Application: RealPlayer 10.5 Files: realplay.exe realjbox.exe Vendor: Kaspersky Application: Kaspersky Anti-Virus for Windows File Servers 5.0 (English) - Installation File Files: kav5.0trial_winfsen.exe Vendor: Apple Application: iTunes 4.7.1.30 Files: iTunesHelper.exe Vendor: VMWare Application: VMWare Workstation 5.0.0 build-13124 Files: VMwareTray.exe VMwareUser.exe Vendor: Microsoft Application: Microsoft Antispyware 1.0.509 (Beta 1) Files: GIANTAntiSpywareMain.exe gcASNotice.exe gcasServ.exe gcasSWUpdater.exe GIANTAntiSpywareUpdater.exe Note: The vulnerability in Microsoft Antispyware was previously discussed on the Full-Disclosure mailing list (http://lists.grok.org.uk/pipermail/full-disclosure/2005-May/033909.html) but remains unpatched. V. WORKAROUND Ensure that unexpected files are not stored in locations that can be used for this attack. Windows XP SP2 will alert a user of the existence of a file named c:\program.exe when it first boots, however, any path containing white space where a vulnerable application is stored could be used in this attack. VI. VENDOR RESPONSE The following vendor responses have been provided. Apple: "Due to the way iTunes 5 launches its helper application, multiple system paths are searched for which program to run. iTunes 6 addresses this issue and can be obtained from http://www.apple.com/itunes/download/. Credit to iDEFENSE for reporting this issue to us." Kaspersky: "We are currently looking into the problem, and it seems that this is not present in the current version of KAV for File Servers." Microsoft: "Microsoft has confirmed that the Beta 2 version of its Antispyware product, targeted for release later this year, will address the issue reported by iDEFENSE." VII. CVE INFORMATION The Common Vulnerabilities and Exposures (CVE) project has assigned the following names to this issue. RealNetworks RealPlayer 10.5 CAN-2005-2936 Kaspersky Anti-Virus 5.0 CAN-2005-2937 Apple iTunes 4.7.1.30 CAN-2005-2938 VMWare Workstation 5.0.0 build-13124 CAN-2005-2939 Microsoft Antispyware 1.0.509 (Beta 1) CAN-2005-2940 Theses are candidates for inclusion in the CVE list (http://cve.mitre.org), which standardizes names for security problems. VIII. DISCLOSURE TIMELINE 09/19/2005 Initial vendor notification 11/15/2005 Coordinated public disclosure IX. CREDIT The discoverer of this vulnerability wishes to remain anonymous. Get paid for vulnerability research http://www.idefense.com/poi/teams/vcp.jsp Free tools, research and upcoming events http://labs.idefense.com X. LEGAL NOTICES Copyright \xa9 2005 iDEFENSE, Inc. Permission is granted for the redistribution of this alert electronically. It may not be edited in any way without the express written consent of iDEFENSE. If you wish to reprint the whole or any part of this alert in any other medium other than electronically, please email customerservice@idefense.com for permission. Disclaimer: The information in the advisory is believed to be accurate at the time of publishing based on currently available information. Use of the information constitutes acceptance for use in an AS IS condition. There are no warranties with regard to this information. Neither the author nor the publisher accepts any liability for any direct, indirect, or consequential loss or damage arising from use of, or reliance on, this information

Trust: 1.08

sources: NVD: CVE-2005-2938 // VULHUB: VHN-14147 // PACKETSTORM: 41659

AFFECTED PRODUCTS

vendor:applemodel:itunesscope:eqversion:4.7.1.30

Trust: 1.6

vendor:applemodel:itunesscope:eqversion:5.0

Trust: 1.6

sources: CNNVD: CNNVD-200511-263 // NVD: CVE-2005-2938

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2005-2938
value: HIGH

Trust: 1.0

CNNVD: CNNVD-200511-263
value: HIGH

Trust: 0.6

VULHUB: VHN-14147
value: HIGH

Trust: 0.1

nvd@nist.gov: CVE-2005-2938
severity: HIGH
baseScore: 7.2
vectorString: AV:L/AC:L/AU:N/C:C/I:C/A:C
accessVector: LOCAL
accessComplexity: LOW
authentication: NONE
confidentialityImpact: COMPLETE
integrityImpact: COMPLETE
availabilityImpact: COMPLETE
exploitabilityScore: 3.9
impactScore: 10.0
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.0

VULHUB: VHN-14147
severity: HIGH
baseScore: 7.2
vectorString: AV:L/AC:L/AU:N/C:C/I:C/A:C
accessVector: LOCAL
accessComplexity: LOW
authentication: NONE
confidentialityImpact: COMPLETE
integrityImpact: COMPLETE
availabilityImpact: COMPLETE
exploitabilityScore: 3.9
impactScore: 10.0
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.1

sources: VULHUB: VHN-14147 // CNNVD: CNNVD-200511-263 // NVD: CVE-2005-2938

PROBLEMTYPE DATA

problemtype:CWE-264

Trust: 1.1

sources: VULHUB: VHN-14147 // NVD: CVE-2005-2938

THREAT TYPE

local

Trust: 0.6

sources: CNNVD: CNNVD-200511-263

TYPE

permissions and access control

Trust: 0.6

sources: CNNVD: CNNVD-200511-263

EXTERNAL IDS

db:NVDid:CVE-2005-2938

Trust: 1.8

db:VUPENid:ADV-2005-2443

Trust: 1.7

db:SECTRACKid:1015222

Trust: 1.7

db:CNNVDid:CNNVD-200511-263

Trust: 0.7

db:IDEFENSEid:20051115 MULTIPLE VENDOR INSECURE CALL TO CREATEPROCESS() VULNERABILITY

Trust: 0.6

db:VULHUBid:VHN-14147

Trust: 0.1

db:PACKETSTORMid:41659

Trust: 0.1

sources: VULHUB: VHN-14147 // PACKETSTORM: 41659 // CNNVD: CNNVD-200511-263 // NVD: CVE-2005-2938

REFERENCES

url:http://securitytracker.com/id?1015222

Trust: 1.7

url:http://www.idefense.com/application/poi/display?id=340&type=vulnerabilities

Trust: 1.7

url:http://www.vupen.com/english/advisories/2005/2443

Trust: 1.1

url:http://www.frsirt.com/english/advisories/2005/2443

Trust: 0.6

url: -

Trust: 0.1

url:http://www.idefense.com/application/poi/display?id=340&type=vulnerabilities

Trust: 0.1

url:http://www.idefense.com/poi/teams/vcp.jsp

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2005-2937

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2005-2938

Trust: 0.1

url:http://lists.grok.org.uk/pipermail/full-disclosure/2005-may/033909.html)

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2005-2939

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2005-2936

Trust: 0.1

url:http://msdn.microsoft.com/library/en-us/dllproc/base/createprocessasuser.asp

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2005-2940

Trust: 0.1

url:http://www.apple.com/itunes/download/.

Trust: 0.1

url:http://cve.mitre.org),

Trust: 0.1

url:http://labs.idefense.com

Trust: 0.1

sources: VULHUB: VHN-14147 // PACKETSTORM: 41659 // CNNVD: CNNVD-200511-263 // NVD: CVE-2005-2938

CREDITS

iDEFENSE

Trust: 0.6

sources: CNNVD: CNNVD-200511-263

SOURCES

db:VULHUBid:VHN-14147
db:PACKETSTORMid:41659
db:CNNVDid:CNNVD-200511-263
db:NVDid:CVE-2005-2938

LAST UPDATE DATE

2024-08-14T13:14:16.257000+00:00


SOURCES UPDATE DATE

db:VULHUBid:VHN-14147date:2011-03-10T00:00:00
db:CNNVDid:CNNVD-200511-263date:2006-06-12T00:00:00
db:NVDid:CVE-2005-2938date:2011-03-10T05:00:00

SOURCES RELEASE DATE

db:VULHUBid:VHN-14147date:2005-11-18T00:00:00
db:PACKETSTORMid:41659date:2005-11-20T04:45:40
db:CNNVDid:CNNVD-200511-263date:2005-11-18T00:00:00
db:NVDid:CVE-2005-2938date:2005-11-18T06:03:00