ID

VAR-200505-0908


CVE

CVE-2005-0039


TITLE

IPsec configurations may be vulnerable to information disclosure

Trust: 0.8

sources: CERT/CC: VU#302220

DESCRIPTION

Certain configurations of IPsec, when using Encapsulating Security Payload (ESP) in tunnel mode, integrity protection at a higher layer, or Authentication Header (AH), allow remote attackers to decrypt IPSec communications by modifying the outer packet in ways that cause plaintext data from the inner packet to be returned in ICMP messages, as demonstrated using bit-flipping attacks and (1) Destination Address Rewriting, (2) a modified header length that causes portions of the packet to be interpreted as IP Options, or (3) a modified protocol field and source address. IPSec Confidentiality when communicating (Confidentiality) Protection only, integrity (Integrity) A vulnerability has been discovered that occurs when protection is not set. ESP Keys used (AES , DES , Triple-DES) Occurs regardless of the version or key size. The vulnerability was encrypted IPSec For communication bit-flipping By using the technique IP header ( Source address, header length, protocol field ) It is abused by tampering with the data inside. After data has been tampered with, it is sent to the sender ICMP There is a possibility that the communication contents will be acquired by receiving the error message.IPSec As a result, it is possible that important information is acquired. A vulnerability affects certain configurations of IPSec. Reports indicate that these attacks may also potentially be possible against IPSec when AH is in use, but only under certain unspecified configurations. The reported attacks take advantage of the fact that no ESP packet payload integrity checks exist when ESP is configured in the vulnerable aforementioned manner. This issue may be leveraged by an attacker to reveal plaintext IP datagrams and potentially sensitive information. Information harvested in this manner may be used to aid in further attacks. This BID will be updated as further information is made available. ---------------------------------------------------------------------- Bist Du interessiert an einem neuen Job in IT-Sicherheit? Secunia hat zwei freie Stellen als Junior und Senior Spezialist in IT- Sicherheit: http://secunia.com/secunia_vacancies/ ---------------------------------------------------------------------- TITLE: HP Tru64 UNIX IPsec Tunnel ESP Mode Encrypted Data Disclosure SECUNIA ADVISORY ID: SA16401 VERIFY ADVISORY: http://secunia.com/advisories/16401/ CRITICAL: Less critical IMPACT: Exposure of sensitive information WHERE: >From remote OPERATING SYSTEM: HP Tru64 UNIX 5.x http://secunia.com/product/2/ DESCRIPTION: HP has acknowledged a vulnerability in HP Tru64 UNIX, which can be exploited by malicious people to disclose certain sensitive information. The vulnerability affects the following supported versions: * HP Tru64 UNIX 5.1B-3 * HP Tru64 UNIX 5.1B-2/PK4 SOLUTION: Apply ERP kits. PROVIDED AND/OR DISCOVERED BY: NISCC ORIGINAL ADVISORY: HP SSRT5957: http://itrc.hp.com/service/cki/docDisplay.do?docId=HPSBTU01217 NISCC: http://www.niscc.gov.uk/niscc/docs/al-20050509-00386.html ---------------------------------------------------------------------- About: This Advisory was delivered by Secunia as a free service to help everybody keeping their systems up to date against the latest vulnerabilities. Subscribe: http://secunia.com/secunia_security_advisories/ Definitions: (Criticality, Where etc.) http://secunia.com/about_secunia_advisories/ Please Note: Secunia recommends that you verify all advisories you receive by clicking the link. Secunia NEVER sends attached files with advisories. Secunia does not advise people to install third party patches, only use those supplied by the vendor. ---------------------------------------------------------------------- Unsubscribe: Secunia Security Advisories http://secunia.com/sec_adv_unsubscribe/?email=packet%40packetstormsecurity.org ---------------------------------------------------------------------- . Some configurations using AH to provide integrity protection are also vulnerable. Some configurations using AH to provide integrity protection are also vulnerable. Impact - - ------ If exploited, it is possible for an active attacker to obtain the plaintext version of the IPsec- protected communications using only moderate effort. Severity - - -------- This is rated as high. Summary - - ------- IP Security (IPsec) is a set of protocols developed by the Internet Engineering Task Force (IETF) to support secure exchange of packets at the IP layer; IPsec has been deployed widely to implement Virtual Private Networks (VPNs). Some configurations using AH to provide integrity protection are also vulnerable. In these configurations, an attacker can modify sections of the IPsec packet, causing either the cleartext inner packet to be redirected or a network host to generate an error message. In the latter case, these errors are relayed via the Internet Control Message Protocol (ICMP); because of the design of ICMP, these messages directly reveal segments of the header and payload of the inner datagram in cleartext. An attacker who can intercept the ICMP messages can then retrieve plaintext data. The attacks have been implemented and demonstrated to work under realistic conditions. [Please note that revisions to this advisory will not be notified by email. All subscribers are advised to regularly check the UNIRAS website for updates to this notice.] Details - - ------- CVE number: CAN-2005-0039 IPsec consists of several separate protocols; these include: * Authentication Header (AH): provides authenticity guarantees for packets, by attaching strong cryptographic checksum to packets. * Encapsulating Security Payload (ESP): provides confidentiality guarantees for packets, by encrypting packets with encryption algorithms. ESP also provides optional authentication services for packets. * Internet Key Exchange (IKE): provide ways to securely negotiate shared keys. AH and ESP has two modes of use: transport mode and tunnel mode. However, without some form of integrity protection, CBC-mode encrypted data is vulnerable to modification by an active attacker. By making careful modifications to selected portions of the payload of the outer packet, an attacker can effect controlled changes to the header of the inner (encrypted) packet. The modified inner packet is subsequently processed by the IP software on the receiving security gateway or the endpoint host; the inner packet, in cleartext form, may be redirected or certain error messages may be produced and communicated by ICMP. Because of the design of ICMP, these messages directly reveal cleartext segments of the header and payload of the inner packet. If these messages can be intercepted by an attacker, then plaintext data is revealed. Attacks exploiting these vulnerabilities rely on the following: * Exploitation of the well-known bit flipping weakness of CBC mode encryption. * Lack of integrity protection for inner packets. * Interaction between IPsec processing and IP processing on security gateways and end hosts. These attacks can be fully automated so as to recover the entire contents of multiple IPsec-protected inner packets. Destination Address Rewriting * An attacker modifies the destination IP address of the encrypted (inner) packet by bit- flipping in the payload of the outer packet. * The security gateway decrypts the outer payload to recover the (modified) inner packet. * The gateway then routes the inner packet according to its (modified) destination IP address. * If successful, the "plaintext" inner datagram arrives at a host of the attacker's choice. 2. IP Options * An attacker modifies the header length of the encrypted (inner) packet by bit-flipping in the payload of the outer packet. * The security gateway decrypts the outer payload to recover the (modified) inner packet. * The gateway then performs IP options processing on the inner packet because of the modified header length, with the first part of the inner payload being interpreted as options bytes. * With some probability, options processing will result in the generation of an ICMP "parameter problem" message. * The ICMP message is routed to the now modified source address of the inner packet. * An attacker intercepts the ICMP message and retrieves the "plaintext" payload of the inner packet. 3. Protocol Field * An attacker modifies the protocol field and source address field of the encrypted (inner) packet by bit-flipping in the payload of the outer packet. * The security gateway decrypts the outer payload to recover the (modified) inner packet. * The gateway forwards the inner packet to the intended recipient. * The intended recipient inspects the protocol field of the inner packet and generates an ICMP "protocol unreachable" message. * The ICMP message is routed to the now modified source address of the inner packet. * An attacker intercepts the ICMP message and retrieves the "plaintext" payload of the inner packet. The attacks are probabilistic in nature and may need to be iterated many times in a first phase in order to be successful. Once this first phase is complete, the results can be reused to efficiently recover the contents of further inner packets. Naturally, the attacker must be able to intercept traffic passing between the security gateways in order to mount the attacks. For the second and third attacks to be successful, the attacker must be able intercept the relevant ICMP messages. Variants of these attacks in which the destination of the ICMP messages can be controlled by the attacker are also possible. Solution - - -------- Any of the following methods can be used to rectify this issue: 1. This is the recommended solution. 2. Use the AH protocol alongside ESP to provide integrity protection. However, this must be done carefully: for example, the configuration where AH in transport mode is applied end-to-end and tunnelled inside ESP is still vulnerable. 3. Remove the error reporting by restricting the generation of ICMP messages or by filtering these messages at a firewall or security gateway. Vendor Information - - ------------------ A list of vendors affected by this vulnerability is not currently available. Please visit the web site in order to check for updates. Credits - - ------- The NISCC Vulnerability Team would like to thank all vendors for their co-operation with the handling of this vulnerability. Contact Information - - ------------------- The NISCC Vulnerability Management Team can be contacted as follows: Email vulteam@niscc.gov.uk Please quote the advisory reference in the subject line Telephone +44 (0)870 487 0748 Ext 4511 Monday - Friday 08:30 - 17:00 Fax +44 (0)870 487 0749 Post Vulnerability Management Team NISCC PO Box 832 London SW1P 1BG We encourage those who wish to communicate via email to make use of our PGP key. This is available from http://www.niscc.gov.uk/niscc/publicKey2-en.pop. Please note that UK government protectively marked material should not be sent to the email address above. If you wish to be added to our email distribution list please email your request to uniras@niscc.gov.uk. What is NISCC? - - -------------- For further information regarding the UK National Infrastructure Security Co-ordination Centre, please visit http://www.niscc.gov.uk/. Reference to any specific commercial product, process, or service by trade name, trademark manufacturer, or otherwise, does not constitute or imply its endorsement, recommendation, or favouring by NISCC. The views and opinions of authors expressed within this notice shall not be used for advertising or product endorsement purposes. Neither shall NISCC accept responsibility for any errors or omissions contained within this advisory. In particular, they shall not be liable for any loss or damage whatsoever, arising from or in connection with the usage of information contained within this notice. C 2005 Crown Copyright <End of NISCC Vulnerability Advisory> Acknowledgements UNIRAS wishes to acknowledge the contributions of NISCC Vulnerability Team for the information contained in this Briefing. Updates This advisory contains the information released by the original author. If the vulnerability affects you, it may be prudent to retrieve the advisory from the canonical site to ensure that you receive the most current information concerning that problem. Legal Disclaimer Reference to any specific commercial product, process, or service by trade name, trademark manufacturer, or otherwise, does not constitute or imply its endorsement, recommendation, or favouring by UNIRAS or NISCC. The views and opinions of authors expressed within this notice shall not be used for advertising or product endorsement purposes. Neither UNIRAS or NISCC shall also accept responsibility for any errors or omissions contained within this briefing notice. In particular, they shall not be liable for any loss or damage whatsoever, arising from or in connection with the usage of information contained within this notice. FIRST UNIRAS is a member of the Forum of Incident Response and Security Teams (FIRST) and has contacts with other international Incident Response Teams (IRTs) in order to foster cooperation and coordination in incident prevention, to prompt rapid reaction to incidents, and to promote information sharing amongst its members and the community at large. SOLUTION: The vendor recommends configuring ESP to use both encryption and authentication (see vendor's advisory for more information)

Trust: 2.88

sources: NVD: CVE-2005-0039 // CERT/CC: VU#302220 // JVNDB: JVNDB-2005-000714 // BID: 13562 // PACKETSTORM: 39223 // PACKETSTORM: 39123 // PACKETSTORM: 42158

AFFECTED PRODUCTS

vendor:nisscmodel:ipsecscope:eqversion:1.0

Trust: 1.6

vendor:ciscomodel: - scope: - version: -

Trust: 0.8

vendor:allied telesismodel:routerscope:eqversion:(ipsec all products that support )

Trust: 0.8

vendor:alaxalamodel:ax2000r seriesscope:eqversion: -

Trust: 0.8

vendor:internet initiativemodel:seil/neuscope:eqversion:atm 1.10 (pogo) ~ 1.39 (smith grind)

Trust: 0.8

vendor:internet initiativemodel:seil/neuscope:eqversion:ver. 1.x 1.52 (inkknot) ~ 1.93 (harness)

Trust: 0.8

vendor:internet initiativemodel:seil/neuscope:eqversion:ver. 2.x 2.00 (belay) ~ 2.27 (ridge)

Trust: 0.8

vendor:internet initiativemodel:seil/plusscope:eqversion:1.00 (snappy) ~ 1.51 (swisssingle)

Trust: 0.8

vendor:internet initiativemodel:seil/turboscope:eqversion:1.00 (union) ~ 1.51 (riodell)

Trust: 0.8

vendor:hewlett packardmodel:hp-uxscope:eqversion:11.00

Trust: 0.8

vendor:hewlett packardmodel:hp-uxscope:eqversion:11.11

Trust: 0.8

vendor:hewlett packardmodel:hp-uxscope:eqversion:11.23

Trust: 0.8

vendor:yamahamodel:rt seriesscope: - version: -

Trust: 0.8

vendor:furukawa electricmodel:fitelnet-f seriesscope:eqversion:fitelnet-f30 (fitelnet-f40 or f100 when grouped with )

Trust: 0.8

vendor:furukawa electricmodel:fitelnet-f seriesscope:eqversion:fitelnet-f40

Trust: 0.8

vendor:furukawa electricmodel:mucho seriesscope:eqversion:mucho-ev

Trust: 0.8

vendor:furukawa electricmodel:mucho seriesscope:eqversion:mucho-ev/pk

Trust: 0.8

vendor:necmodel:ip38x seriesscope: - version: -

Trust: 0.8

vendor:necmodel:ix1000 seriesscope: - version: -

Trust: 0.8

vendor:necmodel:ix2000 seriesscope: - version: -

Trust: 0.8

vendor:necmodel:ix3000 seriesscope: - version: -

Trust: 0.8

vendor:necmodel:ix5000 seriesscope: - version: -

Trust: 0.8

vendor:necmodel:qx seriesscope:eqversion:qx-r

Trust: 0.8

vendor:hitachimodel:gr2000scope:eqversion:(b_model) (route-os6bsec

Trust: 0.8

vendor:hitachimodel:gr2000scope:eqversion:route-os8bsec applying equipment )

Trust: 0.8

vendor:ietfmodel:rfc ipsecscope:eqversion:2406:

Trust: 0.3

vendor:hpmodel:tru64 b-3scope:eqversion:5.1

Trust: 0.3

vendor:hpmodel:tru64 b-2 pk4scope:eqversion:5.1

Trust: 0.3

vendor:hpmodel:hp-ux b.11.23scope: - version: -

Trust: 0.3

vendor:hpmodel:hp-ux b.11.11scope: - version: -

Trust: 0.3

vendor:hpmodel:hp-ux b.11.00scope: - version: -

Trust: 0.3

vendor:hitachimodel:gr2000-bhscope: - version: -

Trust: 0.3

vendor:hitachimodel:gr2000-2b+scope: - version: -

Trust: 0.3

vendor:hitachimodel:gr2000-2bscope: - version: -

Trust: 0.3

vendor:hitachimodel:gr2000-1bscope: - version: -

Trust: 0.3

sources: CERT/CC: VU#302220 // BID: 13562 // JVNDB: JVNDB-2005-000714 // CNNVD: CNNVD-200505-937 // NVD: CVE-2005-0039

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2005-0039
value: MEDIUM

Trust: 1.0

CARNEGIE MELLON: VU#302220
value: 4.32

Trust: 0.8

NVD: CVE-2005-0039
value: MEDIUM

Trust: 0.8

CNNVD: CNNVD-200505-937
value: MEDIUM

Trust: 0.6

nvd@nist.gov: CVE-2005-0039
severity: MEDIUM
baseScore: 6.4
vectorString: AV:N/AC:L/AU:N/C:P/I:P/A:N
accessVector: NETWORK
accessComplexity: LOW
authentication: NONE
confidentialityImpact: PARTIAL
integrityImpact: PARTIAL
availabilityImpact: NONE
exploitabilityScore: 10.0
impactScore: 4.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.8

sources: CERT/CC: VU#302220 // JVNDB: JVNDB-2005-000714 // CNNVD: CNNVD-200505-937 // NVD: CVE-2005-0039

PROBLEMTYPE DATA

problemtype:NVD-CWE-Other

Trust: 1.0

sources: NVD: CVE-2005-0039

THREAT TYPE

remote

Trust: 0.6

sources: CNNVD: CNNVD-200505-937

TYPE

Design Error

Trust: 0.9

sources: BID: 13562 // CNNVD: CNNVD-200505-937

CONFIGURATIONS

sources: JVNDB: JVNDB-2005-000714

PATCH

title:HPSBUX02079url:http://www2.itrc.hp.com/service/cki/docDisplay.do?docId=c00572922

Trust: 0.8

title:HPSBUX02079url:http://h50221.www5.hp.com/upassist/itrc_japan/assist2/secbltn/HP-UX/HPSBUX02079.html

Trust: 0.8

title:NV05-018url:http://www.nec.co.jp/security-info/secinfo/nv05-018.html

Trust: 0.8

title:IPsecの脆弱性についてurl:http://www.rtpro.yamaha.co.jp/RT/FAQ/IPsec/NISCC-004033.html

Trust: 0.8

title:[影響:極小] IPsec通信の設定に存在する脆弱性url:http://www.seil.jp/seilseries/news/snote/_snote_20050510.html

Trust: 0.8

title:IPsec通信の設定に存在する脆弱性の問題についてurl:http://www.furukawa.co.jp/fitelnet/topic/ipsec_attacks.html

Trust: 0.8

title:IPsec(ESP)の脆弱性についてurl:http://www.allied-telesis.co.jp/support/list/faq/vuls/vulsall.html

Trust: 0.8

title:AX-VU2005-04url:http://www.alaxala.com/jp/support/security/ICMP-20051226.html

Trust: 0.8

title:HCVU000000003url:http://www.hitachi-cable.co.jp/infosystem/support/security/HCVU000000003.html

Trust: 0.8

title:「IPSec通信の設定に存在する脆弱性」対策についてurl:http://www.hitachi.co.jp/Prod/comp/network/notice/IPsec_ESP.html

Trust: 0.8

sources: JVNDB: JVNDB-2005-000714

EXTERNAL IDS

db:CERT/CCid:VU#302220

Trust: 3.5

db:NVDid:CVE-2005-0039

Trust: 2.8

db:BIDid:13562

Trust: 2.7

db:SECUNIAid:17938

Trust: 1.7

db:VUPENid:ADV-2005-2806

Trust: 1.6

db:VUPENid:ADV-2005-0507

Trust: 1.6

db:SECTRACKid:1015320

Trust: 1.6

db:JVNDBid:JVNDB-2005-000714

Trust: 0.8

db:BUGTRAQid:20050509 NISCC VULNERABILITY ADVISORY IPSEC - 004033

Trust: 0.6

db:HPid:SSRT5957

Trust: 0.6

db:CNNVDid:CNNVD-200505-937

Trust: 0.6

db:SECUNIAid:16401

Trust: 0.1

db:PACKETSTORMid:39223

Trust: 0.1

db:PACKETSTORMid:39123

Trust: 0.1

db:PACKETSTORMid:42158

Trust: 0.1

sources: CERT/CC: VU#302220 // BID: 13562 // JVNDB: JVNDB-2005-000714 // PACKETSTORM: 39223 // PACKETSTORM: 39123 // PACKETSTORM: 42158 // CNNVD: CNNVD-200505-937 // NVD: CVE-2005-0039

REFERENCES

url:http://www.kb.cert.org/vuls/id/302220

Trust: 2.7

url:http://www.securityfocus.com/bid/13562

Trust: 2.4

url:http://jvn.jp/niscc/niscc-004033/index.html

Trust: 1.6

url:http://www.niscc.gov.uk/niscc/docs/al-20050509-00386.html?lang=en

Trust: 1.6

url:http://www.securityfocus.com/archive/1/407774

Trust: 1.6

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

Trust: 1.6

url:http://secunia.com/advisories/17938

Trust: 1.6

url:http://marc.info/?l=bugtraq&m=111566201610350&w=2

Trust: 1.0

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

Trust: 1.0

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

Trust: 1.0

url:http://www.niscc.gov.uk/niscc/docs/re-20050509-00385.pdf?lang=en

Trust: 0.8

url:http://www.ietf.org/ids.by.wg/ipsec.html

Trust: 0.8

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2005-0039

Trust: 0.8

url:http://www.cpni.gov.uk/products/vulnerabilitydisclosures/default.aspx?id=va-20050509-00385.xml

Trust: 0.8

url:http://nvd.nist.gov/nvd.cfm?cvename=cve-2005-0039

Trust: 0.8

url:http://www.cpni.gov.uk/docs/re-20050509-00385.pdf?lang=en

Trust: 0.8

url:http://www.cyberpolice.go.jp/important/2005/20050512_115848.html

Trust: 0.8

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

Trust: 0.6

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

Trust: 0.6

url:http://marc.theaimsgroup.com/?l=bugtraq&m=111566201610350&w=2

Trust: 0.6

url:http://www.niscc.gov.uk/niscc/docs/al-20050509-00386.html

Trust: 0.4

url:http://r.your.hp.com/r/c/r?1.1.hx.dc.w2b6a.cbxvqq...dsyu.1mpe.30mxaf

Trust: 0.3

url:http://www.ietf.org/internet-drafts/draft-ietf-ipsec-esp-v3-10.txt

Trust: 0.3

url:http://r.your.hp.com/r/c/r?1.1.hx.dc.w2b6a.c5v00m...de36.1ku8.2din6i

Trust: 0.3

url:/archive/1/407774

Trust: 0.3

url:/archive/1/399539

Trust: 0.3

url:http://secunia.com/secunia_security_advisories/

Trust: 0.2

url:http://secunia.com/advisories/16401/

Trust: 0.2

url:http://secunia.com/sec_adv_unsubscribe/?email=packet%40packetstormsecurity.org

Trust: 0.2

url:http://secunia.com/about_secunia_advisories/

Trust: 0.2

url:http://secunia.com/product/2/

Trust: 0.1

url:http://www.itrc.hp.com/service/patch/patchdetail.do?patchid=t64kit0026161-v51bb26-es-20050804

Trust: 0.1

url:http://secunia.com/secunia_vacancies/

Trust: 0.1

url:http://itrc.hp.com/service/cki/docdisplay.do?docid=hpsbtu01217

Trust: 0.1

url:http://www.itrc.hp.com/service/patch/patchdetail.do?patchid=t64kit0026133-v51bb25-es-20050801

Trust: 0.1

url:http://www.niscc.gov.uk/niscc/publickey2-en.pop.

Trust: 0.1

url:http://www.niscc.gov.uk/.

Trust: 0.1

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

Trust: 0.1

url:http://www1.itrc.hp.com/service/cki/docdisplay.do?docid=c00572922

Trust: 0.1

url:http://secunia.com/advisories/17938/

Trust: 0.1

url:http://secunia.com/product/138/

Trust: 0.1

sources: CERT/CC: VU#302220 // BID: 13562 // JVNDB: JVNDB-2005-000714 // PACKETSTORM: 39223 // PACKETSTORM: 39123 // PACKETSTORM: 42158 // CNNVD: CNNVD-200505-937 // NVD: CVE-2005-0039

CREDITS

NISCC albatross@tim.it

Trust: 0.6

sources: CNNVD: CNNVD-200505-937

SOURCES

db:CERT/CCid:VU#302220
db:BIDid:13562
db:JVNDBid:JVNDB-2005-000714
db:PACKETSTORMid:39223
db:PACKETSTORMid:39123
db:PACKETSTORMid:42158
db:CNNVDid:CNNVD-200505-937
db:NVDid:CVE-2005-0039

LAST UPDATE DATE

2024-08-14T15:25:41.004000+00:00


SOURCES UPDATE DATE

db:CERT/CCid:VU#302220date:2005-07-06T00:00:00
db:BIDid:13562date:2009-07-12T14:06:00
db:JVNDBid:JVNDB-2005-000714date:2007-04-01T00:00:00
db:CNNVDid:CNNVD-200505-937date:2005-10-20T00:00:00
db:NVDid:CVE-2005-0039date:2016-10-18T03:07:30.807

SOURCES RELEASE DATE

db:CERT/CCid:VU#302220date:2005-05-09T00:00:00
db:BIDid:13562date:2005-05-09T00:00:00
db:JVNDBid:JVNDB-2005-000714date:2007-04-01T00:00:00
db:PACKETSTORMid:39223date:2005-08-12T06:45:33
db:PACKETSTORMid:39123date:2005-08-07T06:26:59
db:PACKETSTORMid:42158date:2005-12-09T15:12:42
db:CNNVDid:CNNVD-200505-937date:2005-05-10T00:00:00
db:NVDid:CVE-2005-0039date:2005-05-10T04:00:00