cve-2017-14318
Vulnerability from cvelistv5
Published
2017-09-12 15:00
Modified
2024-08-05 19:20
Severity ?
Summary
An issue was discovered in Xen 4.5.x through 4.9.x. The function `__gnttab_cache_flush` handles GNTTABOP_cache_flush grant table operations. It checks to see if the calling domain is the owner of the page that is to be operated on. If it is not, the owner's grant table is checked to see if a grant mapping to the calling domain exists for the page in question. However, the function does not check to see if the owning domain actually has a grant table or not. Some special domains, such as `DOMID_XEN`, `DOMID_IO` and `DOMID_COW` are created without grant tables. Hence, if __gnttab_cache_flush operates on a page owned by these special domains, it will attempt to dereference a NULL pointer in the domain struct.
Impacted products
n/an/a
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-05T19:20:41.545Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://support.citrix.com/article/CTX227185"
          },
          {
            "name": "DSA-4050",
            "tags": [
              "vendor-advisory",
              "x_refsource_DEBIAN",
              "x_transferred"
            ],
            "url": "https://www.debian.org/security/2017/dsa-4050"
          },
          {
            "name": "1039349",
            "tags": [
              "vdb-entry",
              "x_refsource_SECTRACK",
              "x_transferred"
            ],
            "url": "http://www.securitytracker.com/id/1039349"
          },
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "http://xenbits.xen.org/xsa/advisory-232.html"
          },
          {
            "name": "100817",
            "tags": [
              "vdb-entry",
              "x_refsource_BID",
              "x_transferred"
            ],
            "url": "http://www.securityfocus.com/bid/100817"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "n/a",
          "vendor": "n/a",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2017-09-12T00:00:00",
      "descriptions": [
        {
          "lang": "en",
          "value": "An issue was discovered in Xen 4.5.x through 4.9.x. The function `__gnttab_cache_flush` handles GNTTABOP_cache_flush grant table operations. It checks to see if the calling domain is the owner of the page that is to be operated on. If it is not, the owner\u0027s grant table is checked to see if a grant mapping to the calling domain exists for the page in question. However, the function does not check to see if the owning domain actually has a grant table or not. Some special domains, such as `DOMID_XEN`, `DOMID_IO` and `DOMID_COW` are created without grant tables. Hence, if __gnttab_cache_flush operates on a page owned by these special domains, it will attempt to dereference a NULL pointer in the domain struct."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "description": "n/a",
              "lang": "en",
              "type": "text"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2017-11-29T10:57:01",
        "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "shortName": "mitre"
      },
      "references": [
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://support.citrix.com/article/CTX227185"
        },
        {
          "name": "DSA-4050",
          "tags": [
            "vendor-advisory",
            "x_refsource_DEBIAN"
          ],
          "url": "https://www.debian.org/security/2017/dsa-4050"
        },
        {
          "name": "1039349",
          "tags": [
            "vdb-entry",
            "x_refsource_SECTRACK"
          ],
          "url": "http://www.securitytracker.com/id/1039349"
        },
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "http://xenbits.xen.org/xsa/advisory-232.html"
        },
        {
          "name": "100817",
          "tags": [
            "vdb-entry",
            "x_refsource_BID"
          ],
          "url": "http://www.securityfocus.com/bid/100817"
        }
      ],
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2017-14318",
          "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": "An issue was discovered in Xen 4.5.x through 4.9.x. The function `__gnttab_cache_flush` handles GNTTABOP_cache_flush grant table operations. It checks to see if the calling domain is the owner of the page that is to be operated on. If it is not, the owner\u0027s grant table is checked to see if a grant mapping to the calling domain exists for the page in question. However, the function does not check to see if the owning domain actually has a grant table or not. Some special domains, such as `DOMID_XEN`, `DOMID_IO` and `DOMID_COW` are created without grant tables. Hence, if __gnttab_cache_flush operates on a page owned by these special domains, it will attempt to dereference a NULL pointer in the domain struct."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "n/a"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://support.citrix.com/article/CTX227185",
              "refsource": "CONFIRM",
              "url": "https://support.citrix.com/article/CTX227185"
            },
            {
              "name": "DSA-4050",
              "refsource": "DEBIAN",
              "url": "https://www.debian.org/security/2017/dsa-4050"
            },
            {
              "name": "1039349",
              "refsource": "SECTRACK",
              "url": "http://www.securitytracker.com/id/1039349"
            },
            {
              "name": "http://xenbits.xen.org/xsa/advisory-232.html",
              "refsource": "CONFIRM",
              "url": "http://xenbits.xen.org/xsa/advisory-232.html"
            },
            {
              "name": "100817",
              "refsource": "BID",
              "url": "http://www.securityfocus.com/bid/100817"
            }
          ]
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
    "assignerShortName": "mitre",
    "cveId": "CVE-2017-14318",
    "datePublished": "2017-09-12T15:00:00",
    "dateReserved": "2017-09-12T00:00:00",
    "dateUpdated": "2024-08-05T19:20:41.545Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2017-14318\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2017-09-12T15:29:00.300\",\"lastModified\":\"2017-11-30T02:29:03.417\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in Xen 4.5.x through 4.9.x. The function `__gnttab_cache_flush` handles GNTTABOP_cache_flush grant table operations. It checks to see if the calling domain is the owner of the page that is to be operated on. If it is not, the owner\u0027s grant table is checked to see if a grant mapping to the calling domain exists for the page in question. However, the function does not check to see if the owning domain actually has a grant table or not. Some special domains, such as `DOMID_XEN`, `DOMID_IO` and `DOMID_COW` are created without grant tables. Hence, if __gnttab_cache_flush operates on a page owned by these special domains, it will attempt to dereference a NULL pointer in the domain struct.\"},{\"lang\":\"es\",\"value\":\"Se ha descubierto un problema en Xen desde las versiones 4.5.x hasta las 4.9.x. La funci\u00f3n `__gnttab_cache_flush` gestiona operaciones de tabla de concesi\u00f3n GNTTABOP_cache_flush. Comprueba si el dominio de llamada es el propietario de la p\u00e1gina en la que se tiene que operar. Si no lo es, la tabla de concesi\u00f3n del propietario se comprueba para ver si existe una asignaci\u00f3n de concesi\u00f3n al dominio de llamada para la p\u00e1gina en cuesti\u00f3n. Sin embargo, la funci\u00f3n no comprueba si el dominio de propietario tiene una tabla de concesi\u00f3n o no. Algunos dominios especiales como `DOMID_XEN`, `DOMID_IO` y `DOMID_COW` se crean sin tablas de concesi\u00f3n. Por lo tanto, si __gnttab_cache_flush opera en una p\u00e1gina pose\u00edda por estos dominios especiales, intentar\u00e1 desreferenciar un puntero NULL en la estructura del dominio.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.0,\"impactScore\":4.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:N/I:N/A:C\",\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"COMPLETE\",\"baseScore\":4.9},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":3.9,\"impactScore\":6.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"90CCECD0-C0F9-45A8-8699-64428637EBCA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.5.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F0ED340C-6746-471E-9F2D-19D62D224B7A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.5.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"99BD7C4F-DE4C-4508-B20D-46A94B616C5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.5.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3374F1FB-70F9-4EBC-837B-0D42282E3E5F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.5.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"37DA3D28-EAE7-4EC9-977C-444A46CBD9C7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.6.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4B6F7CE9-C409-4D88-9A99-B21420633F45\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.6.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B814C381-4991-495A-B530-7543F977B346\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.6.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"14442705-D243-4250-A486-E70989946D73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.6.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BBB7BAFE-9CB4-40D2-908C-55307728116F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.6.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6AD42E21-EA9E-41EB-AC7E-478CCEEEBA8D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.6.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A9D58EAB-3FEB-4D5A-B998-D77EC90FDFB8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F1DD0255-9127-4C7F-9C02-42198820363E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.7.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8FDFDDA0-51D2-4995-9B4D-48047C940FC5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.7.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6E971A9F-18CB-4264-AF71-CCB32B7325B5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.7.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"03D52712-AD95-459D-943C-936F90B828B0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A4447FA6-EDE7-4915-8238-2EA4CE782E96\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.8.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AB6804DA-1A77-47BF-803A-30AC602F8A9B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:4.9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2CDCF3F8-86AB-4BCD-A4E0-9C751E8BF8EF\"}]}]}],\"references\":[{\"url\":\"http://www.securityfocus.com/bid/100817\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1039349\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://xenbits.xen.org/xsa/advisory-232.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://support.citrix.com/article/CTX227185\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://www.debian.org/security/2017/dsa-4050\",\"source\":\"cve@mitre.org\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.