usn-3468-3
Vulnerability from osv_ubuntu
Published
2017-10-31 09:20
Modified
2026-02-10 04:41
Summary
linux-gcp vulnerabilities
Details

It was discovered that the KVM subsystem in the Linux kernel did not properly bound guest IRQs. A local attacker in a guest VM could use this to cause a denial of service (host system crash). (CVE-2017-1000252)

It was discovered that the Flash-Friendly File System (f2fs) implementation in the Linux kernel did not properly validate superblock metadata. A local attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2017-10663)

Anthony Perard discovered that the Xen virtual block driver did not properly initialize some data structures before passing them to user space. A local attacker in a guest VM could use this to expose sensitive information from the host OS or other guest VMs. (CVE-2017-10911)

It was discovered that a use-after-free vulnerability existed in the POSIX message queue implementation in the Linux kernel. A local attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2017-11176)

Dave Chinner discovered that the XFS filesystem did not enforce that the realtime inode flag was settable only on filesystems on a realtime device. A local attacker could use this to cause a denial of service (system crash). (CVE-2017-14340)


{
  "affected": [
    {
      "database_specific": {
        "cves_map": {
          "cves": [
            {
              "id": "CVE-2017-10663",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2017-10911",
              "severity": [
                {
                  "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2017-11176",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2017-14340",
              "severity": [
                {
                  "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2017-1000252",
              "severity": [
                {
                  "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            }
          ],
          "ecosystem": "Ubuntu:16.04:LTS"
        }
      },
      "ecosystem_specific": {
        "availability": "No subscription required",
        "binaries": [
          {
            "binary_name": "linux-cloud-tools-4.10.0-1008-gcp",
            "binary_version": "4.10.0-1008.8"
          },
          {
            "binary_name": "linux-gcp-cloud-tools-4.10.0-1008",
            "binary_version": "4.10.0-1008.8"
          },
          {
            "binary_name": "linux-gcp-headers-4.10.0-1008",
            "binary_version": "4.10.0-1008.8"
          },
          {
            "binary_name": "linux-gcp-tools-4.10.0-1008",
            "binary_version": "4.10.0-1008.8"
          },
          {
            "binary_name": "linux-headers-4.10.0-1008-gcp",
            "binary_version": "4.10.0-1008.8"
          },
          {
            "binary_name": "linux-image-4.10.0-1008-gcp",
            "binary_version": "4.10.0-1008.8"
          },
          {
            "binary_name": "linux-image-extra-4.10.0-1008-gcp",
            "binary_version": "4.10.0-1008.8"
          },
          {
            "binary_name": "linux-tools-4.10.0-1008-gcp",
            "binary_version": "4.10.0-1008.8"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:16.04:LTS",
        "name": "linux-gcp",
        "purl": "pkg:deb/ubuntu/linux-gcp@4.10.0-1008.8?arch=source\u0026distro=xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.10.0-1008.8"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.10.0-1004.4",
        "4.10.0-1006.6",
        "4.10.0-1007.7"
      ]
    }
  ],
  "aliases": [],
  "details": "It was discovered that the KVM subsystem in the Linux kernel did not\nproperly bound guest IRQs. A local attacker in a guest VM could use this to\ncause a denial of service (host system crash). (CVE-2017-1000252)\n\nIt was discovered that the Flash-Friendly File System (f2fs) implementation\nin the Linux kernel did not properly validate superblock metadata. A local\nattacker could use this to cause a denial of service (system crash) or\npossibly execute arbitrary code. (CVE-2017-10663)\n\nAnthony Perard discovered that the Xen virtual block driver did not\nproperly initialize some data structures before passing them to user space.\nA local attacker in a guest VM could use this to expose sensitive\ninformation from the host OS or other guest VMs. (CVE-2017-10911)\n\nIt was discovered that a use-after-free vulnerability existed in the POSIX\nmessage queue implementation in the Linux kernel. A local attacker could\nuse this to cause a denial of service (system crash) or possibly execute\narbitrary code. (CVE-2017-11176)\n\nDave Chinner discovered that the XFS filesystem did not enforce that the\nrealtime inode flag was settable only on filesystems on a realtime device.\nA local attacker could use this to cause a denial of service (system\ncrash). (CVE-2017-14340)\n",
  "id": "USN-3468-3",
  "modified": "2026-02-10T04:41:13Z",
  "published": "2017-10-31T09:20:23Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/USN-3468-3"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2017-10663"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2017-10911"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2017-11176"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2017-14340"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2017-1000252"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "summary": "linux-gcp vulnerabilities",
  "upstream": [
    "UBUNTU-CVE-2017-10663",
    "UBUNTU-CVE-2017-10911",
    "UBUNTU-CVE-2017-11176",
    "UBUNTU-CVE-2017-14340",
    "UBUNTU-CVE-2017-1000252"
  ]
}



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…