GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2011-1344 (GCVE-0-2011-1344)

Vulnerability from cvelistv5 – Published: 2011-03-10 20:00 – Updated: 2024-08-06 22:21
VLAI
Summary
Use-after-free vulnerability in WebKit, as used in Apple Safari before 5.0.5; iOS before 4.3.2 for iPhone, iPod, and iPad; iOS before 4.2.7 for iPhone 4 (CDMA); and possibly other products allows remote attackers to execute arbitrary code by adding children to a WBR tag and then removing the tag, related to text nodes, as demonstrated by Chaouki Bekrar during a Pwn2Own competition at CanSecWest 2011.
Severity
No CVSS data available.
CWE
  • n/a
Date Public
2011-03-10 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-06T22:21:34.205Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "44151",
            "tags": [
              "third-party-advisory",
              "x_refsource_SECUNIA",
              "x_transferred"
            ],
            "url": "http://secunia.com/advisories/44151"
          },
          {
            "name": "20110415 VUPEN Security Research - Apple Safari Text Nodes Remote Use-after-free Vulnerability (CVE-2011-1344)",
            "tags": [
              "mailing-list",
              "x_refsource_BUGTRAQ",
              "x_transferred"
            ],
            "url": "http://www.securityfocus.com/archive/1/517517/100/0/threaded"
          },
          {
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "http://twitter.com/aaronportnoy/statuses/45632544967901187"
          },
          {
            "name": "46822",
            "tags": [
              "vdb-entry",
              "x_refsource_BID",
              "x_transferred"
            ],
            "url": "http://www.securityfocus.com/bid/46822"
          },
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "http://support.apple.com/kb/HT4596"
          },
          {
            "name": "APPLE-SA-2011-04-14-3",
            "tags": [
              "vendor-advisory",
              "x_refsource_APPLE",
              "x_transferred"
            ],
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00002.html"
          },
          {
            "name": "1025363",
            "tags": [
              "vdb-entry",
              "x_refsource_SECTRACK",
              "x_transferred"
            ],
            "url": "http://www.securitytracker.com/id?1025363"
          },
          {
            "name": "APPLE-SA-2011-04-14-2",
            "tags": [
              "vendor-advisory",
              "x_refsource_APPLE",
              "x_transferred"
            ],
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00001.html"
          },
          {
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "http://www.zerodayinitiative.com/advisories/ZDI-11-135"
          },
          {
            "name": "ADV-2011-0984",
            "tags": [
              "vdb-entry",
              "x_refsource_VUPEN",
              "x_transferred"
            ],
            "url": "http://www.vupen.com/english/advisories/2011/0984"
          },
          {
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011"
          },
          {
            "name": "20110414 ZDI-11-135: (Pwn2Own) WebKit WBR Tag Removal Remote Code Execution Vulnerability",
            "tags": [
              "mailing-list",
              "x_refsource_BUGTRAQ",
              "x_transferred"
            ],
            "url": "http://www.securityfocus.com/archive/1/517505/100/0/threaded"
          },
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "http://support.apple.com/kb/HT4607"
          },
          {
            "name": "safari-webkit-unspec-code-exec(66061)",
            "tags": [
              "vdb-entry",
              "x_refsource_XF",
              "x_transferred"
            ],
            "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/66061"
          },
          {
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358"
          },
          {
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own"
          },
          {
            "name": "APPLE-SA-2011-04-14-1",
            "tags": [
              "vendor-advisory",
              "x_refsource_APPLE",
              "x_transferred"
            ],
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00000.html"
          },
          {
            "name": "44154",
            "tags": [
              "third-party-advisory",
              "x_refsource_SECUNIA",
              "x_transferred"
            ],
            "url": "http://secunia.com/advisories/44154"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "n/a",
          "vendor": "n/a",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2011-03-10T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Use-after-free vulnerability in WebKit, as used in Apple Safari before 5.0.5; iOS before 4.3.2 for iPhone, iPod, and iPad; iOS before 4.2.7 for iPhone 4 (CDMA); and possibly other products allows remote attackers to execute arbitrary code by adding children to a WBR tag and then removing the tag, related to text nodes, as demonstrated by Chaouki Bekrar during a Pwn2Own competition at CanSecWest 2011."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "description": "n/a",
              "lang": "en",
              "type": "text"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2018-10-09T18:57:01.000Z",
        "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "shortName": "mitre"
      },
      "references": [
        {
          "name": "44151",
          "tags": [
            "third-party-advisory",
            "x_refsource_SECUNIA"
          ],
          "url": "http://secunia.com/advisories/44151"
        },
        {
          "name": "20110415 VUPEN Security Research - Apple Safari Text Nodes Remote Use-after-free Vulnerability (CVE-2011-1344)",
          "tags": [
            "mailing-list",
            "x_refsource_BUGTRAQ"
          ],
          "url": "http://www.securityfocus.com/archive/1/517517/100/0/threaded"
        },
        {
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "http://twitter.com/aaronportnoy/statuses/45632544967901187"
        },
        {
          "name": "46822",
          "tags": [
            "vdb-entry",
            "x_refsource_BID"
          ],
          "url": "http://www.securityfocus.com/bid/46822"
        },
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "http://support.apple.com/kb/HT4596"
        },
        {
          "name": "APPLE-SA-2011-04-14-3",
          "tags": [
            "vendor-advisory",
            "x_refsource_APPLE"
          ],
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00002.html"
        },
        {
          "name": "1025363",
          "tags": [
            "vdb-entry",
            "x_refsource_SECTRACK"
          ],
          "url": "http://www.securitytracker.com/id?1025363"
        },
        {
          "name": "APPLE-SA-2011-04-14-2",
          "tags": [
            "vendor-advisory",
            "x_refsource_APPLE"
          ],
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00001.html"
        },
        {
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "http://www.zerodayinitiative.com/advisories/ZDI-11-135"
        },
        {
          "name": "ADV-2011-0984",
          "tags": [
            "vdb-entry",
            "x_refsource_VUPEN"
          ],
          "url": "http://www.vupen.com/english/advisories/2011/0984"
        },
        {
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011"
        },
        {
          "name": "20110414 ZDI-11-135: (Pwn2Own) WebKit WBR Tag Removal Remote Code Execution Vulnerability",
          "tags": [
            "mailing-list",
            "x_refsource_BUGTRAQ"
          ],
          "url": "http://www.securityfocus.com/archive/1/517505/100/0/threaded"
        },
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "http://support.apple.com/kb/HT4607"
        },
        {
          "name": "safari-webkit-unspec-code-exec(66061)",
          "tags": [
            "vdb-entry",
            "x_refsource_XF"
          ],
          "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/66061"
        },
        {
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358"
        },
        {
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own"
        },
        {
          "name": "APPLE-SA-2011-04-14-1",
          "tags": [
            "vendor-advisory",
            "x_refsource_APPLE"
          ],
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00000.html"
        },
        {
          "name": "44154",
          "tags": [
            "third-party-advisory",
            "x_refsource_SECUNIA"
          ],
          "url": "http://secunia.com/advisories/44154"
        }
      ],
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2011-1344",
          "STATE": "PUBLIC"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "n/a",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "n/a"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Use-after-free vulnerability in WebKit, as used in Apple Safari before 5.0.5; iOS before 4.3.2 for iPhone, iPod, and iPad; iOS before 4.2.7 for iPhone 4 (CDMA); and possibly other products allows remote attackers to execute arbitrary code by adding children to a WBR tag and then removing the tag, related to text nodes, as demonstrated by Chaouki Bekrar during a Pwn2Own competition at CanSecWest 2011."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "n/a"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "44151",
              "refsource": "SECUNIA",
              "url": "http://secunia.com/advisories/44151"
            },
            {
              "name": "20110415 VUPEN Security Research - Apple Safari Text Nodes Remote Use-after-free Vulnerability (CVE-2011-1344)",
              "refsource": "BUGTRAQ",
              "url": "http://www.securityfocus.com/archive/1/517517/100/0/threaded"
            },
            {
              "name": "http://twitter.com/aaronportnoy/statuses/45632544967901187",
              "refsource": "MISC",
              "url": "http://twitter.com/aaronportnoy/statuses/45632544967901187"
            },
            {
              "name": "46822",
              "refsource": "BID",
              "url": "http://www.securityfocus.com/bid/46822"
            },
            {
              "name": "http://support.apple.com/kb/HT4596",
              "refsource": "CONFIRM",
              "url": "http://support.apple.com/kb/HT4596"
            },
            {
              "name": "APPLE-SA-2011-04-14-3",
              "refsource": "APPLE",
              "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00002.html"
            },
            {
              "name": "1025363",
              "refsource": "SECTRACK",
              "url": "http://www.securitytracker.com/id?1025363"
            },
            {
              "name": "APPLE-SA-2011-04-14-2",
              "refsource": "APPLE",
              "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00001.html"
            },
            {
              "name": "http://www.zerodayinitiative.com/advisories/ZDI-11-135",
              "refsource": "MISC",
              "url": "http://www.zerodayinitiative.com/advisories/ZDI-11-135"
            },
            {
              "name": "ADV-2011-0984",
              "refsource": "VUPEN",
              "url": "http://www.vupen.com/english/advisories/2011/0984"
            },
            {
              "name": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011",
              "refsource": "MISC",
              "url": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011"
            },
            {
              "name": "20110414 ZDI-11-135: (Pwn2Own) WebKit WBR Tag Removal Remote Code Execution Vulnerability",
              "refsource": "BUGTRAQ",
              "url": "http://www.securityfocus.com/archive/1/517505/100/0/threaded"
            },
            {
              "name": "http://support.apple.com/kb/HT4607",
              "refsource": "CONFIRM",
              "url": "http://support.apple.com/kb/HT4607"
            },
            {
              "name": "safari-webkit-unspec-code-exec(66061)",
              "refsource": "XF",
              "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/66061"
            },
            {
              "name": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358",
              "refsource": "MISC",
              "url": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358"
            },
            {
              "name": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own",
              "refsource": "MISC",
              "url": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own"
            },
            {
              "name": "APPLE-SA-2011-04-14-1",
              "refsource": "APPLE",
              "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00000.html"
            },
            {
              "name": "44154",
              "refsource": "SECUNIA",
              "url": "http://secunia.com/advisories/44154"
            }
          ]
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
    "assignerShortName": "mitre",
    "cveId": "CVE-2011-1344",
    "datePublished": "2011-03-10T20:00:00.000Z",
    "dateReserved": "2011-03-10T00:00:00.000Z",
    "dateUpdated": "2024-08-06T22:21:34.205Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2011-1344",
      "date": "2026-09-19",
      "epss": "0.05916",
      "percentile": "0.92903"
    },
    "fkie_nvd": {
      "configurations": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:a:apple:safari:*:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D5031F18-556E-4E39-969D-1AB407C82926",
                  "versionEndIncluding": "5.0.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "1A419AE8-F5A2-4E25-9004-AAAB325E201A",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "64FE1AA1-32D1-4825-8B2B-E66093937D9F",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0:beta2:*:*:*:*:*:*",
                  "matchCriteriaId": "E760CD65-A10E-44F1-B835-DA6B77057C93",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "30663B7F-3EDA-4B6B-9F39-65E2CEEB4543",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.0b1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "91A09DA0-83E9-491D-A0A5-AF97B5463D62",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.0b2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D91C7EF0-A56B-40E6-9CED-1228405D034E",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "CE6078B0-4756-4E04-BAC4-C4EC90548A9D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "B6B5A3F2-70EE-4ECD-AD6A-0A72D9EBC755",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "C87EDB53-FB6E-4B10-B890-A7195D841C5E",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.3:85.8:*:*:*:*:*:*",
                  "matchCriteriaId": "957FCFC4-565A-4F2F-8D3D-D0982E1723F8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.0.3:85.8.1:*:*:*:*:*:*",
                  "matchCriteriaId": "22A450DC-CDF5-4EA0-A703-AFB3DEFE1395",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "857C92E2-6870-409A-9457-75F8C5C7B959",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.1.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3FD75A4F-F529-4F5E-957D-380215F7B21B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "834EC299-2010-4306-8CEE-35D735583101",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "443FF271-A3AB-4659-80B2-89F771BF5371",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.2.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "0D29B98E-2F62-4F6F-976D-FEC4EB07F106",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3112AFEB-7893-467C-8B45-A44D5697BB79",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.2.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "1FC83309-3A97-4619-B5C1-574610838BC6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.2.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "891514D5-50C8-4EDC-81C5-24ABF8BCC022",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.2.4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "25032A3A-9D05-4E69-9A22-C9B332976769",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.2.5:*:*:*:*:*:*:*",
                  "matchCriteriaId": "AF75A31C-FE42-4CB4-A0E6-0CAB7B122483",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4EDD80AB-2A6C-47FF-A1E9-DEB273C6B4E5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.3.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "2EAC0DC3-7B55-49BC-89BC-C588E6FC6828",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.3.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D9315ADD-5B97-4639-9B59-806EFD7BC247",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.3.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "E7DD81AB-27D6-4CB0-BBF0-5710DAD55A3D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.3.2:312.5:*:*:*:*:*:*",
                  "matchCriteriaId": "21BAC0B8-063C-4772-8F1B-EB9A2F7A585C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:1.3.2:312.6:*:*:*:*:*:*",
                  "matchCriteriaId": "6BAB4071-A883-4E04-BDDF-A121C4738E61",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "7E44913D-BC8B-4AA1-84EB-EFEAC531B475",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "9D3889ED-9329-4C84-A173-2553BEAE3EDA",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "7B74019F-C365-4E13-BBB4-D84AD9C1F87C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "1E0E57D5-A7C9-4985-8CE4-E0D4B8BBF371",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "06494FA8-F12A-435A-97A4-F38C58DF43F2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D1BB047B-D45E-4695-AAEB-D0830DB1663E",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.8:*:*:*:*:*:*",
                  "matchCriteriaId": "018A7A39-2AFD-47A9-AE88-7ABDBFE5EDA1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.9:*:*:*:*:*:*",
                  "matchCriteriaId": "1082B33F-33B5-453A-A5AA-10F65AB2E625",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.9.2:*:*:*:*:*:*",
                  "matchCriteriaId": "6CF4DB54-AA7E-44C3-83E3-1A8971719D5B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.9.3:*:*:*:*:*:*",
                  "matchCriteriaId": "EC348464-F08D-4ABF-BB90-3FA93C786F34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:2.0.4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "DFDCF83E-620C-40FA-9901-5D939E315143",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "E3BAE980-449F-4F8C-A5BC-6CB7226E971A",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4A33F900-D405-40A8-A0A5-3C80320FF6E9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4444A309-5A97-4E1C-B4EA-C4A070A98CBC",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.0b:*:*:*:*:*:*:*",
                  "matchCriteriaId": "5B29951B-9A98-45B7-8E4B-5515C048EC52",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "8CEB23DE-1A9D-480E-8B8B-9F110A8ABDE6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.1b:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D0FDEB4F-133A-43DF-A89B-53E249F1293D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "84E78F43-07BD-4D62-9512-DA738A92BC7B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.2b:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4AE25E9E-826E-4782-AED8-AC6297B18D93",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "F3180366-2240-467E-8AB9-BEA0430948F1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.3b:*:*:*:*:*:*:*",
                  "matchCriteriaId": "B5E834B8-545E-4472-9D60-B4CF1340D62C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "5AB9CC52-E533-4306-9E92-73C84B264D4E",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.0.4b:*:*:*:*:*:*:*",
                  "matchCriteriaId": "14A5CA99-8B1C-4C35-85E3-DB0495444A5F",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.1.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "01D8C2EF-D552-4279-A12E-70E292F39E31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.1.0b:*:*:*:*:*:*:*",
                  "matchCriteriaId": "C00082E3-EBF5-4C23-9F57-BF73E587FC05",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "C453B588-15FD-4A9C-8BC1-6202A21DAE02",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.1.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "460A6F14-7CCE-47CA-BE0C-6DF32CD6A8A2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.2.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "15BB6761-3581-4AE6-85E0-1609D15D7618",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "EFA1A4C8-9F87-449F-A11F-52E5D52247E2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:3.2.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "BE8498D2-DECC-4B88-BC1B-F8E2D076EE38",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "9BDA6DB4-A0DA-43CA-AABD-10EEEEB28EAB",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "9DC87F61-3463-468A-BF0B-070816BBC3CA",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0.0b:*:*:*:*:*:*:*",
                  "matchCriteriaId": "02EAC196-AE43-4787-9AF9-E79E2E1BBA46",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "B2FD40E4-D4C9-492E-8432-ABC9BD2C7E67",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "36EA71E0-63F7-46FF-AF11-792741F27628",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "80E36485-565D-4FAA-A6AD-57DF42D47462",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0.4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "73E9C17F-C99E-4ABB-B312-31F87BC0C0E8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.0.5:*:*:*:*:*:*:*",
                  "matchCriteriaId": "46D8318A-9383-42A7-9A6A-2EB2736338B7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "79DC6C51-CEEA-4CBF-87D2-8007B7C3D67F",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "C7B6AD89-D60C-4C8F-A9E6-4380A6B8DB13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:4.1.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "B2451165-7831-426E-BA07-B3A57F3589C5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:5.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "410E58BC-72AF-4695-8022-A08913077BC6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:5.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "5DE630BC-7E63-40DF-BB8B-327513F5DBAF",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:apple:safari:5.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "BD80CA73-5612-4799-9084-09BAA7938F53",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        },
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
                  "matchCriteriaId": "06B02E9D-7FD6-4EE3-8854-B9EDFA4DE7D7",
                  "versionEndIncluding": "4.3.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.0.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "A7B6D035-38A9-4C0B-9A9D-CAE3BF1CA56D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "0C5B94E7-2C24-4913-B65E-8D8A0DE2B80B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "E28FB0CB-D636-4F85-B5F7-70EC30053925",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "9EC16D1C-065A-4D1A-BA6E-528A71DF65CC",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "27319629-171F-42AA-A95F-2D71F78097D0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4F7AEFAB-7BB0-40D8-8BA5-71B374EB69DB",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "297F9438-0F04-4128-94A8-A504B600929E",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "F8618621-F871-4531-9F6C-7D60F2BF8B75",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.5:*:*:*:*:*:*:*",
                  "matchCriteriaId": "824DED2D-FA1D-46FC-8252-6E25546DAE29",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "1641DDFA-3BF1-467F-8EC3-98114FF9F07B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "DF40CDA4-4716-4815-9ED0-093FE266734C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D61644E2-7AF5-48EF-B3D5-59C7B2AD1A58",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3D06D54D-97FD-49FD-B251-CC86FBA68CA6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "25A5D868-0016-44AB-80E6-E5DF91F15455",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4C14EEA4-6E35-4EBE-9A43-8F6D69318BA0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "B15E90AE-2E15-4BC2-B0B8-AFA2B1297B03",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4E0C0A8D-3DDD-437A-BB3D-50FAEAF6C440",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "863383DA-0BC6-4A96-835A-A96128EC0202",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "2CFF5BE7-2BF6-48CE-B74B-B1A05383C10F",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "51D3BE2B-5A01-4AD4-A436-0056B50A535D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.1.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "9A20F171-79FE-43B9-8309-B18341639FA1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.1.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "126EF22D-29BC-4366-97BC-B261311E6251",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3B3DD7B3-DA4C-4B0A-A94E-6BF66B358B7D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3A939B80-0AD0-48AF-81A7-370716F56639",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "12E22AF0-2B66-425A-A1EE-4F0E3B0433E7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "BB34ECBE-33E8-40E1-936B-7800D2525AE6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "107C59BE-D8CF-4A17-8DFB-BED2AB12388D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "36C86BB9-0328-4E34-BC2B-47B3471EC262",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "1878949F-8E15-4751-8D8A-BFB2B9B9254A",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "A54A8681-2D8A-4B0B-A947-82F3CE1FB03C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.2.5:*:*:*:*:*:*:*",
                  "matchCriteriaId": "E0070D83-2E27-4DA8-8D10-A6A697216F36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.2.8:*:*:*:*:*:*:*",
                  "matchCriteriaId": "8C9ACA63-4528-4090-B1EA-1FE57A6B0555",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.3.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "7252935C-E421-4339-B61F-0299E28888DA",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            },
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:h:apple:ipad:*:*:*:*:*:*:*:*",
                  "matchCriteriaId": "BAADE29A-712B-4AD5-A78B-6AD537BA9196",
                  "vulnerable": false
                },
                {
                  "criteria": "cpe:2.3:h:apple:ipod_touch:*:*:*:*:*:*:*:*",
                  "matchCriteriaId": "88FA2602-DDAB-4E23-A3D2-FB712970AAD1",
                  "vulnerable": false
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
                  "matchCriteriaId": "340C4071-1447-477F-942A-8E09EA29F917",
                  "vulnerable": false
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ],
          "operator": "AND"
        },
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
                  "matchCriteriaId": "CD601065-44E9-4AC7-B0E1-0EF5B72F8D4C",
                  "versionEndIncluding": "4.2.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.0.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "A7B6D035-38A9-4C0B-9A9D-CAE3BF1CA56D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "0C5B94E7-2C24-4913-B65E-8D8A0DE2B80B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "E28FB0CB-D636-4F85-B5F7-70EC30053925",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "9EC16D1C-065A-4D1A-BA6E-528A71DF65CC",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "27319629-171F-42AA-A95F-2D71F78097D0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4F7AEFAB-7BB0-40D8-8BA5-71B374EB69DB",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "297F9438-0F04-4128-94A8-A504B600929E",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "F8618621-F871-4531-9F6C-7D60F2BF8B75",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:1.1.5:*:*:*:*:*:*:*",
                  "matchCriteriaId": "824DED2D-FA1D-46FC-8252-6E25546DAE29",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "1641DDFA-3BF1-467F-8EC3-98114FF9F07B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "DF40CDA4-4716-4815-9ED0-093FE266734C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D61644E2-7AF5-48EF-B3D5-59C7B2AD1A58",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3D06D54D-97FD-49FD-B251-CC86FBA68CA6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "25A5D868-0016-44AB-80E6-E5DF91F15455",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.1.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4C14EEA4-6E35-4EBE-9A43-8F6D69318BA0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "B15E90AE-2E15-4BC2-B0B8-AFA2B1297B03",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:2.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "4E0C0A8D-3DDD-437A-BB3D-50FAEAF6C440",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "863383DA-0BC6-4A96-835A-A96128EC0202",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "2CFF5BE7-2BF6-48CE-B74B-B1A05383C10F",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "51D3BE2B-5A01-4AD4-A436-0056B50A535D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.1.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "9A20F171-79FE-43B9-8309-B18341639FA1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.1.3:*:*:*:*:*:*:*",
                  "matchCriteriaId": "126EF22D-29BC-4366-97BC-B261311E6251",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3B3DD7B3-DA4C-4B0A-A94E-6BF66B358B7D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3A939B80-0AD0-48AF-81A7-370716F56639",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:3.2.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "D28528CE-4943-4F82-80C0-A629DA3E6702",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.0:*:*:*:*:*:*:*",
                  "matchCriteriaId": "12E22AF0-2B66-425A-A1EE-4F0E3B0433E7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.0.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "BB34ECBE-33E8-40E1-936B-7800D2525AE6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.0.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "107C59BE-D8CF-4A17-8DFB-BED2AB12388D",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "36C86BB9-0328-4E34-BC2B-47B3471EC262",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "1878949F-8E15-4751-8D8A-BFB2B9B9254A",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:apple:iphone_os:4.2.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "A54A8681-2D8A-4B0B-A947-82F3CE1FB03C",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            },
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:h:apple:iphone:4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "E000419D-EFCC-439E-AD2F-05ABEDCF6E93",
                  "vulnerable": false
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ],
          "operator": "AND"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Use-after-free vulnerability in WebKit, as used in Apple Safari before 5.0.5; iOS before 4.3.2 for iPhone, iPod, and iPad; iOS before 4.2.7 for iPhone 4 (CDMA); and possibly other products allows remote attackers to execute arbitrary code by adding children to a WBR tag and then removing the tag, related to text nodes, as demonstrated by Chaouki Bekrar during a Pwn2Own competition at CanSecWest 2011."
        },
        {
          "lang": "es",
          "value": "Vulnerabilidad sin especificar en WebKit. Tal como se utiliza en Apple Safari 5.0.4 en Mac OS X 10.6.6, permite a atacantes remotos ejecutar c\u00f3digo arbitrario a trav\u00e9s de vectores desconocidos, como ha demostrado Chaouki Bekrar durante el concurso Pwn2Own de la CanSecWest 2011."
        }
      ],
      "id": "CVE-2011-1344",
      "lastModified": "2024-11-21T01:26:07.490",
      "metrics": {
        "cvssMetricV2": [
          {
            "acInsufInfo": false,
            "baseSeverity": "MEDIUM",
            "cvssData": {
              "accessComplexity": "MEDIUM",
              "accessVector": "NETWORK",
              "authentication": "NONE",
              "availabilityImpact": "PARTIAL",
              "baseScore": 6.8,
              "confidentialityImpact": "PARTIAL",
              "integrityImpact": "PARTIAL",
              "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
              "version": "2.0"
            },
            "exploitabilityScore": 8.6,
            "impactScore": 6.4,
            "obtainAllPrivilege": false,
            "obtainOtherPrivilege": false,
            "obtainUserPrivilege": false,
            "source": "nvd@nist.gov",
            "type": "Primary",
            "userInteractionRequired": false
          }
        ]
      },
      "published": "2011-03-10T20:55:01.280",
      "references": [
        {
          "source": "cve@mitre.org",
          "url": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00000.html"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00001.html"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00002.html"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://secunia.com/advisories/44151"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://secunia.com/advisories/44154"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://support.apple.com/kb/HT4596"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://support.apple.com/kb/HT4607"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://twitter.com/aaronportnoy/statuses/45632544967901187"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.securityfocus.com/archive/1/517505/100/0/threaded"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.securityfocus.com/archive/1/517517/100/0/threaded"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.securityfocus.com/bid/46822"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.securitytracker.com/id?1025363"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.vupen.com/english/advisories/2011/0984"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.zerodayinitiative.com/advisories/ZDI-11-135"
        },
        {
          "source": "cve@mitre.org",
          "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/66061"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00000.html"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00001.html"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00002.html"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://secunia.com/advisories/44151"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://secunia.com/advisories/44154"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://support.apple.com/kb/HT4596"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://support.apple.com/kb/HT4607"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://twitter.com/aaronportnoy/statuses/45632544967901187"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.securityfocus.com/archive/1/517505/100/0/threaded"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.securityfocus.com/archive/1/517517/100/0/threaded"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.securityfocus.com/bid/46822"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.securitytracker.com/id?1025363"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.vupen.com/english/advisories/2011/0984"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.zerodayinitiative.com/advisories/ZDI-11-135"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/66061"
        }
      ],
      "sourceIdentifier": "cve@mitre.org",
      "vulnStatus": "Modified",
      "weaknesses": [
        {
          "description": [
            {
              "lang": "en",
              "value": "CWE-399"
            }
          ],
          "source": "nvd@nist.gov",
          "type": "Primary"
        }
      ]
    },
    "nvd": {
      "cve": {
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:a:apple:safari:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D5031F18-556E-4E39-969D-1AB407C82926",
                    "versionEndIncluding": "5.0.4",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1A419AE8-F5A2-4E25-9004-AAAB325E201A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "64FE1AA1-32D1-4825-8B2B-E66093937D9F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0:beta2:*:*:*:*:*:*",
                    "matchCriteriaId": "E760CD65-A10E-44F1-B835-DA6B77057C93",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "30663B7F-3EDA-4B6B-9F39-65E2CEEB4543",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.0b1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "91A09DA0-83E9-491D-A0A5-AF97B5463D62",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.0b2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D91C7EF0-A56B-40E6-9CED-1228405D034E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "CE6078B0-4756-4E04-BAC4-C4EC90548A9D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "B6B5A3F2-70EE-4ECD-AD6A-0A72D9EBC755",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C87EDB53-FB6E-4B10-B890-A7195D841C5E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.3:85.8:*:*:*:*:*:*",
                    "matchCriteriaId": "957FCFC4-565A-4F2F-8D3D-D0982E1723F8",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.0.3:85.8.1:*:*:*:*:*:*",
                    "matchCriteriaId": "22A450DC-CDF5-4EA0-A703-AFB3DEFE1395",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "857C92E2-6870-409A-9457-75F8C5C7B959",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.1.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3FD75A4F-F529-4F5E-957D-380215F7B21B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "834EC299-2010-4306-8CEE-35D735583101",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "443FF271-A3AB-4659-80B2-89F771BF5371",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.2.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "0D29B98E-2F62-4F6F-976D-FEC4EB07F106",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3112AFEB-7893-467C-8B45-A44D5697BB79",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.2.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1FC83309-3A97-4619-B5C1-574610838BC6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.2.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "891514D5-50C8-4EDC-81C5-24ABF8BCC022",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.2.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "25032A3A-9D05-4E69-9A22-C9B332976769",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.2.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "AF75A31C-FE42-4CB4-A0E6-0CAB7B122483",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4EDD80AB-2A6C-47FF-A1E9-DEB273C6B4E5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.3.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "2EAC0DC3-7B55-49BC-89BC-C588E6FC6828",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.3.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D9315ADD-5B97-4639-9B59-806EFD7BC247",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.3.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "E7DD81AB-27D6-4CB0-BBF0-5710DAD55A3D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.3.2:312.5:*:*:*:*:*:*",
                    "matchCriteriaId": "21BAC0B8-063C-4772-8F1B-EB9A2F7A585C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:1.3.2:312.6:*:*:*:*:*:*",
                    "matchCriteriaId": "6BAB4071-A883-4E04-BDDF-A121C4738E61",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "7E44913D-BC8B-4AA1-84EB-EFEAC531B475",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9D3889ED-9329-4C84-A173-2553BEAE3EDA",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "7B74019F-C365-4E13-BBB4-D84AD9C1F87C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1E0E57D5-A7C9-4985-8CE4-E0D4B8BBF371",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "06494FA8-F12A-435A-97A4-F38C58DF43F2",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D1BB047B-D45E-4695-AAEB-D0830DB1663E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.8:*:*:*:*:*:*",
                    "matchCriteriaId": "018A7A39-2AFD-47A9-AE88-7ABDBFE5EDA1",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.9:*:*:*:*:*:*",
                    "matchCriteriaId": "1082B33F-33B5-453A-A5AA-10F65AB2E625",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.9.2:*:*:*:*:*:*",
                    "matchCriteriaId": "6CF4DB54-AA7E-44C3-83E3-1A8971719D5B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.3:417.9.3:*:*:*:*:*:*",
                    "matchCriteriaId": "EC348464-F08D-4ABF-BB90-3FA93C786F34",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:2.0.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "DFDCF83E-620C-40FA-9901-5D939E315143",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "E3BAE980-449F-4F8C-A5BC-6CB7226E971A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4A33F900-D405-40A8-A0A5-3C80320FF6E9",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4444A309-5A97-4E1C-B4EA-C4A070A98CBC",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.0b:*:*:*:*:*:*:*",
                    "matchCriteriaId": "5B29951B-9A98-45B7-8E4B-5515C048EC52",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "8CEB23DE-1A9D-480E-8B8B-9F110A8ABDE6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.1b:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D0FDEB4F-133A-43DF-A89B-53E249F1293D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "84E78F43-07BD-4D62-9512-DA738A92BC7B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.2b:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4AE25E9E-826E-4782-AED8-AC6297B18D93",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "F3180366-2240-467E-8AB9-BEA0430948F1",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.3b:*:*:*:*:*:*:*",
                    "matchCriteriaId": "B5E834B8-545E-4472-9D60-B4CF1340D62C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "5AB9CC52-E533-4306-9E92-73C84B264D4E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.0.4b:*:*:*:*:*:*:*",
                    "matchCriteriaId": "14A5CA99-8B1C-4C35-85E3-DB0495444A5F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.1.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "01D8C2EF-D552-4279-A12E-70E292F39E31",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.1.0b:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C00082E3-EBF5-4C23-9F57-BF73E587FC05",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C453B588-15FD-4A9C-8BC1-6202A21DAE02",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "460A6F14-7CCE-47CA-BE0C-6DF32CD6A8A2",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.2.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "15BB6761-3581-4AE6-85E0-1609D15D7618",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "EFA1A4C8-9F87-449F-A11F-52E5D52247E2",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:3.2.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "BE8498D2-DECC-4B88-BC1B-F8E2D076EE38",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9BDA6DB4-A0DA-43CA-AABD-10EEEEB28EAB",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "9DC87F61-3463-468A-BF0B-070816BBC3CA",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0.0b:*:*:*:*:*:*:*",
                    "matchCriteriaId": "02EAC196-AE43-4787-9AF9-E79E2E1BBA46",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "B2FD40E4-D4C9-492E-8432-ABC9BD2C7E67",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "36EA71E0-63F7-46FF-AF11-792741F27628",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "80E36485-565D-4FAA-A6AD-57DF42D47462",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "73E9C17F-C99E-4ABB-B312-31F87BC0C0E8",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.0.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "46D8318A-9383-42A7-9A6A-2EB2736338B7",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "79DC6C51-CEEA-4CBF-87D2-8007B7C3D67F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C7B6AD89-D60C-4C8F-A9E6-4380A6B8DB13",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:4.1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "B2451165-7831-426E-BA07-B3A57F3589C5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:5.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "410E58BC-72AF-4695-8022-A08913077BC6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:5.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "5DE630BC-7E63-40DF-BB8B-327513F5DBAF",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:apple:safari:5.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "BD80CA73-5612-4799-9084-09BAA7938F53",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          },
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "06B02E9D-7FD6-4EE3-8854-B9EDFA4DE7D7",
                    "versionEndIncluding": "4.3.1",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.0.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "A7B6D035-38A9-4C0B-9A9D-CAE3BF1CA56D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "0C5B94E7-2C24-4913-B65E-8D8A0DE2B80B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "E28FB0CB-D636-4F85-B5F7-70EC30053925",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9EC16D1C-065A-4D1A-BA6E-528A71DF65CC",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "27319629-171F-42AA-A95F-2D71F78097D0",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4F7AEFAB-7BB0-40D8-8BA5-71B374EB69DB",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "297F9438-0F04-4128-94A8-A504B600929E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "F8618621-F871-4531-9F6C-7D60F2BF8B75",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "824DED2D-FA1D-46FC-8252-6E25546DAE29",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1641DDFA-3BF1-467F-8EC3-98114FF9F07B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "DF40CDA4-4716-4815-9ED0-093FE266734C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D61644E2-7AF5-48EF-B3D5-59C7B2AD1A58",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3D06D54D-97FD-49FD-B251-CC86FBA68CA6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "25A5D868-0016-44AB-80E6-E5DF91F15455",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4C14EEA4-6E35-4EBE-9A43-8F6D69318BA0",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "B15E90AE-2E15-4BC2-B0B8-AFA2B1297B03",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4E0C0A8D-3DDD-437A-BB3D-50FAEAF6C440",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "863383DA-0BC6-4A96-835A-A96128EC0202",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "2CFF5BE7-2BF6-48CE-B74B-B1A05383C10F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "51D3BE2B-5A01-4AD4-A436-0056B50A535D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9A20F171-79FE-43B9-8309-B18341639FA1",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.1.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "126EF22D-29BC-4366-97BC-B261311E6251",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3B3DD7B3-DA4C-4B0A-A94E-6BF66B358B7D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3A939B80-0AD0-48AF-81A7-370716F56639",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "12E22AF0-2B66-425A-A1EE-4F0E3B0433E7",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "BB34ECBE-33E8-40E1-936B-7800D2525AE6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "107C59BE-D8CF-4A17-8DFB-BED2AB12388D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "36C86BB9-0328-4E34-BC2B-47B3471EC262",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1878949F-8E15-4751-8D8A-BFB2B9B9254A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "A54A8681-2D8A-4B0B-A947-82F3CE1FB03C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.2.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "E0070D83-2E27-4DA8-8D10-A6A697216F36",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.2.8:*:*:*:*:*:*:*",
                    "matchCriteriaId": "8C9ACA63-4528-4090-B1EA-1FE57A6B0555",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.3.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "7252935C-E421-4339-B61F-0299E28888DA",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              },
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:h:apple:ipad:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "BAADE29A-712B-4AD5-A78B-6AD537BA9196",
                    "vulnerable": false
                  },
                  {
                    "criteria": "cpe:2.3:h:apple:ipod_touch:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "88FA2602-DDAB-4E23-A3D2-FB712970AAD1",
                    "vulnerable": false
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "340C4071-1447-477F-942A-8E09EA29F917",
                    "vulnerable": false
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ],
            "operator": "AND"
          },
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "CD601065-44E9-4AC7-B0E1-0EF5B72F8D4C",
                    "versionEndIncluding": "4.2.5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.0.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "A7B6D035-38A9-4C0B-9A9D-CAE3BF1CA56D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "0C5B94E7-2C24-4913-B65E-8D8A0DE2B80B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "E28FB0CB-D636-4F85-B5F7-70EC30053925",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9EC16D1C-065A-4D1A-BA6E-528A71DF65CC",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "27319629-171F-42AA-A95F-2D71F78097D0",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4F7AEFAB-7BB0-40D8-8BA5-71B374EB69DB",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "297F9438-0F04-4128-94A8-A504B600929E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "F8618621-F871-4531-9F6C-7D60F2BF8B75",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:1.1.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "824DED2D-FA1D-46FC-8252-6E25546DAE29",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1641DDFA-3BF1-467F-8EC3-98114FF9F07B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "DF40CDA4-4716-4815-9ED0-093FE266734C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D61644E2-7AF5-48EF-B3D5-59C7B2AD1A58",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3D06D54D-97FD-49FD-B251-CC86FBA68CA6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "25A5D868-0016-44AB-80E6-E5DF91F15455",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4C14EEA4-6E35-4EBE-9A43-8F6D69318BA0",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "B15E90AE-2E15-4BC2-B0B8-AFA2B1297B03",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:2.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4E0C0A8D-3DDD-437A-BB3D-50FAEAF6C440",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "863383DA-0BC6-4A96-835A-A96128EC0202",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "2CFF5BE7-2BF6-48CE-B74B-B1A05383C10F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "51D3BE2B-5A01-4AD4-A436-0056B50A535D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9A20F171-79FE-43B9-8309-B18341639FA1",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.1.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "126EF22D-29BC-4366-97BC-B261311E6251",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3B3DD7B3-DA4C-4B0A-A94E-6BF66B358B7D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3A939B80-0AD0-48AF-81A7-370716F56639",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:3.2.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D28528CE-4943-4F82-80C0-A629DA3E6702",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "12E22AF0-2B66-425A-A1EE-4F0E3B0433E7",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "BB34ECBE-33E8-40E1-936B-7800D2525AE6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.0.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "107C59BE-D8CF-4A17-8DFB-BED2AB12388D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "36C86BB9-0328-4E34-BC2B-47B3471EC262",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1878949F-8E15-4751-8D8A-BFB2B9B9254A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:apple:iphone_os:4.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "A54A8681-2D8A-4B0B-A947-82F3CE1FB03C",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              },
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:h:apple:iphone:4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "E000419D-EFCC-439E-AD2F-05ABEDCF6E93",
                    "vulnerable": false
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ],
            "operator": "AND"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "Use-after-free vulnerability in WebKit, as used in Apple Safari before 5.0.5; iOS before 4.3.2 for iPhone, iPod, and iPad; iOS before 4.2.7 for iPhone 4 (CDMA); and possibly other products allows remote attackers to execute arbitrary code by adding children to a WBR tag and then removing the tag, related to text nodes, as demonstrated by Chaouki Bekrar during a Pwn2Own competition at CanSecWest 2011."
          },
          {
            "lang": "es",
            "value": "Vulnerabilidad sin especificar en WebKit. Tal como se utiliza en Apple Safari 5.0.4 en Mac OS X 10.6.6, permite a atacantes remotos ejecutar c\u00f3digo arbitrario a trav\u00e9s de vectores desconocidos, como ha demostrado Chaouki Bekrar durante el concurso Pwn2Own de la CanSecWest 2011."
          }
        ],
        "id": "CVE-2011-1344",
        "lastModified": "2026-04-29T01:13:23.040",
        "metrics": {
          "cvssMetricV2": [
            {
              "acInsufInfo": false,
              "baseSeverity": "MEDIUM",
              "cvssData": {
                "accessComplexity": "MEDIUM",
                "accessVector": "NETWORK",
                "authentication": "NONE",
                "availabilityImpact": "PARTIAL",
                "baseScore": 6.8,
                "confidentialityImpact": "PARTIAL",
                "integrityImpact": "PARTIAL",
                "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
                "version": "2.0"
              },
              "exploitabilityScore": 8.6,
              "impactScore": 6.4,
              "obtainAllPrivilege": false,
              "obtainOtherPrivilege": false,
              "obtainUserPrivilege": false,
              "source": "nvd@nist.gov",
              "type": "Primary",
              "userInteractionRequired": false
            }
          ]
        },
        "published": "2011-03-10T20:55:01.280",
        "references": [
          {
            "source": "cve@mitre.org",
            "url": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00000.html"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00001.html"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00002.html"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://secunia.com/advisories/44151"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://secunia.com/advisories/44154"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://support.apple.com/kb/HT4596"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://support.apple.com/kb/HT4607"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://twitter.com/aaronportnoy/statuses/45632544967901187"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.securityfocus.com/archive/1/517505/100/0/threaded"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.securityfocus.com/archive/1/517517/100/0/threaded"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.securityfocus.com/bid/46822"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.securitytracker.com/id?1025363"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.vupen.com/english/advisories/2011/0984"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.zerodayinitiative.com/advisories/ZDI-11-135"
          },
          {
            "source": "cve@mitre.org",
            "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/66061"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://dvlabs.tippingpoint.com/blog/2011/02/02/pwn2own-2011"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00000.html"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00001.html"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://lists.apple.com/archives/security-announce/2011//Apr/msg00002.html"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://secunia.com/advisories/44151"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://secunia.com/advisories/44154"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://support.apple.com/kb/HT4596"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://support.apple.com/kb/HT4607"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://twitter.com/aaronportnoy/statuses/45632544967901187"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.computerworld.com/s/article/9214002/Safari_IE_hacked_first_at_Pwn2Own"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.securityfocus.com/archive/1/517505/100/0/threaded"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.securityfocus.com/archive/1/517517/100/0/threaded"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.securityfocus.com/bid/46822"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.securitytracker.com/id?1025363"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.vupen.com/english/advisories/2011/0984"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.zdnet.com/blog/security/safarimacbook-first-to-fall-at-pwn2own-2011/8358"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.zerodayinitiative.com/advisories/ZDI-11-135"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/66061"
          }
        ],
        "sourceIdentifier": "cve@mitre.org",
        "vulnStatus": "Modified",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-399"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          }
        ]
      }
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2025-10-08T01:17:49Z",
      "cve": "CVE-2011-1344",
      "id": "CVE-2011-1344",
      "initial_release_date": "2023-02-15T05:53:48Z",
      "product_status:recommended": "24",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2011-1344",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2011-1344.json",
      "version": "5"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…