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

SUSE-SU-2016:0386-1

Vulnerability from csaf_suse - Published: 2016-02-08 13:46 - Updated: 2016-02-08 13:46
Summary
Security update for kernel live patch 6
Severity
Important
Notes
Title of the patch: Security update for kernel live patch 6
Description of the patch: This kernel live patch for Linux Kernel 3.12.44-52.10.1 fixes security issues and bugs: Security issues fixed: - CVE-2015-8539: A negatively instantiated user key could have been used by a local user to leverage privileges (bnc#958601). - CVE-2015-6937: A NULL pointer dereference flaw was found in the Reliable Datagram Sockets (RDS) implementation allowing a local user to cause system DoS. A verification was missing that the underlying transport exists when a connection was created. (bsc#953052) - CVE-2015-7990: RDS: Verify the underlying transport exists before creating a connection, preventing possible DoS (bsc#953052). - CVE-2015-7872: Possible crash when trying to garbage collect an uninstantiated keyring (bsc#951542). - CVE-2015-2925: The prepend_path function in fs/dcache.c in the Linux kernel did not properly handle rename actions inside a bind mount, which allowed local users to bypass an intended container protection mechanism by renaming a directory, related to a 'double-chroot attack (bnc#951625). Non-security bugfix were also done: - xfs: Fix lost direct IO write in the last block (bsc#954005). - simple fix in kallsyms initialization (bsc#940342 bsc#916225)
Patchnames: SUSE-SLE-Live-Patching-12-2016-222
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 2 products, the same list as for CVE-2015-2925
Threats
Impact low
Affected products
Recommended 2 products, the same list as for CVE-2015-2925
Threats
Impact moderate
Affected products
Recommended 2 products, the same list as for CVE-2015-2925
Threats
Impact low
Affected products
Recommended 2 products, the same list as for CVE-2015-2925
Threats
Impact important
References
URL Category
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-security-upd… self
https://bugzilla.suse.com/916225 self
https://bugzilla.suse.com/940342 self
https://bugzilla.suse.com/951542 self
https://bugzilla.suse.com/951625 self
https://bugzilla.suse.com/953052 self
https://bugzilla.suse.com/954005 self
https://bugzilla.suse.com/958601 self
https://www.suse.com/security/cve/CVE-2015-2925/ self
https://www.suse.com/security/cve/CVE-2015-6937/ self
https://www.suse.com/security/cve/CVE-2015-7872/ self
https://www.suse.com/security/cve/CVE-2015-7990/ self
https://www.suse.com/security/cve/CVE-2015-8539/ self
https://www.suse.com/security/cve/CVE-2015-2925 external
https://bugzilla.suse.com/926238 external
https://bugzilla.suse.com/951625 external
https://bugzilla.suse.com/951638 external
https://bugzilla.suse.com/963994 external
https://www.suse.com/security/cve/CVE-2015-6937 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/923755 external
https://bugzilla.suse.com/945825 external
https://bugzilla.suse.com/952384 external
https://bugzilla.suse.com/953052 external
https://bugzilla.suse.com/963994 external
https://www.suse.com/security/cve/CVE-2015-7872 external
https://bugzilla.suse.com/951440 external
https://bugzilla.suse.com/951542 external
https://bugzilla.suse.com/951638 external
https://bugzilla.suse.com/958463 external
https://bugzilla.suse.com/958601 external
https://www.suse.com/security/cve/CVE-2015-7990 external
https://bugzilla.suse.com/945825 external
https://bugzilla.suse.com/952384 external
https://bugzilla.suse.com/953052 external
https://www.suse.com/security/cve/CVE-2015-8539 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/781018 external
https://bugzilla.suse.com/958463 external
https://bugzilla.suse.com/958601 external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for kernel live patch 6",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "\nThis kernel live patch for Linux Kernel 3.12.44-52.10.1 fixes security issues and bugs:\n\nSecurity issues fixed:\n- CVE-2015-8539: A negatively instantiated user key could have been used\n  by a local user to leverage privileges (bnc#958601).\n\n- CVE-2015-6937: A NULL pointer dereference flaw was found in the Reliable\n  Datagram Sockets (RDS) implementation allowing a local user to cause\n  system DoS. A verification was missing that the underlying transport\n  exists when a connection was created. (bsc#953052)\n\n- CVE-2015-7990: RDS: Verify the underlying transport exists before\n  creating a connection, preventing possible DoS (bsc#953052).\n\n- CVE-2015-7872: Possible crash when trying to garbage collect an\n  uninstantiated keyring (bsc#951542).\n\n- CVE-2015-2925: The prepend_path function in fs/dcache.c in the Linux\n  kernel did not properly handle rename actions inside a bind mount, which\n  allowed local users to bypass an intended container protection mechanism\n  by renaming a directory, related to a \u0027double-chroot attack (bnc#951625).\n\nNon-security bugfix were also done:\n- xfs: Fix lost direct IO write in the last block (bsc#954005).\n- simple fix in kallsyms initialization (bsc#940342 bsc#916225)\n  ",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-Live-Patching-12-2016-222",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_0386-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2016:0386-1",
        "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20160386-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2016:0386-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-February/001860.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 916225",
        "url": "https://bugzilla.suse.com/916225"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 940342",
        "url": "https://bugzilla.suse.com/940342"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 951542",
        "url": "https://bugzilla.suse.com/951542"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 951625",
        "url": "https://bugzilla.suse.com/951625"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 953052",
        "url": "https://bugzilla.suse.com/953052"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 954005",
        "url": "https://bugzilla.suse.com/954005"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 958601",
        "url": "https://bugzilla.suse.com/958601"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-2925 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-2925/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-6937 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-6937/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-7872 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-7872/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-7990 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-7990/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-8539 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-8539/"
      }
    ],
    "title": "Security update for kernel live patch 6",
    "tracking": {
      "current_release_date": "2016-02-08T13:46:05Z",
      "generator": {
        "date": "2016-02-08T13:46:05Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2016:0386-1",
      "initial_release_date": "2016-02-08T13:46:05Z",
      "revision_history": [
        {
          "date": "2016-02-08T13:46:05Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
                "product": {
                  "name": "kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
                  "product_id": "kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64",
                "product": {
                  "name": "kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64",
                  "product_id": "kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 12",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 12",
                  "product_id": "SUSE Linux Enterprise Live Patching 12",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-live-patching:12"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12",
          "product_id": "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64"
        },
        "product_reference": "kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12",
          "product_id": "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
        },
        "product_reference": "kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2015-2925",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-2925"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The prepend_path function in fs/dcache.c in the Linux kernel before 4.2.4 does not properly handle rename actions inside a bind mount, which allows local users to bypass an intended container protection mechanism by renaming a directory, related to a \"double-chroot attack.\"",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-2925",
          "url": "https://www.suse.com/security/cve/CVE-2015-2925"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 926238 for CVE-2015-2925",
          "url": "https://bugzilla.suse.com/926238"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 951625 for CVE-2015-2925",
          "url": "https://bugzilla.suse.com/951625"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 951638 for CVE-2015-2925",
          "url": "https://bugzilla.suse.com/951638"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 963994 for CVE-2015-2925",
          "url": "https://bugzilla.suse.com/963994"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-02-08T13:46:05Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2015-2925"
    },
    {
      "cve": "CVE-2015-6937",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-6937"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The __rds_conn_create function in net/rds/connection.c in the Linux kernel through 4.2.3 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by using a socket that was not properly bound.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-6937",
          "url": "https://www.suse.com/security/cve/CVE-2015-6937"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1115893 for CVE-2015-6937",
          "url": "https://bugzilla.suse.com/1115893"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 923755 for CVE-2015-6937",
          "url": "https://bugzilla.suse.com/923755"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 945825 for CVE-2015-6937",
          "url": "https://bugzilla.suse.com/945825"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 952384 for CVE-2015-6937",
          "url": "https://bugzilla.suse.com/952384"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 953052 for CVE-2015-6937",
          "url": "https://bugzilla.suse.com/953052"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 963994 for CVE-2015-6937",
          "url": "https://bugzilla.suse.com/963994"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-02-08T13:46:05Z",
          "details": "low"
        }
      ],
      "title": "CVE-2015-6937"
    },
    {
      "cve": "CVE-2015-7872",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-7872"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The key_gc_unused_keys function in security/keys/gc.c in the Linux kernel through 4.2.6 allows local users to cause a denial of service (OOPS) via crafted keyctl commands.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-7872",
          "url": "https://www.suse.com/security/cve/CVE-2015-7872"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 951440 for CVE-2015-7872",
          "url": "https://bugzilla.suse.com/951440"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 951542 for CVE-2015-7872",
          "url": "https://bugzilla.suse.com/951542"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 951638 for CVE-2015-7872",
          "url": "https://bugzilla.suse.com/951638"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 958463 for CVE-2015-7872",
          "url": "https://bugzilla.suse.com/958463"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 958601 for CVE-2015-7872",
          "url": "https://bugzilla.suse.com/958601"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-02-08T13:46:05Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2015-7872"
    },
    {
      "cve": "CVE-2015-7990",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-7990"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Race condition in the rds_sendmsg function in net/rds/sendmsg.c in the Linux kernel before 4.3.3 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by using a socket that was not properly bound.  NOTE: this vulnerability exists because of an incomplete fix for CVE-2015-6937.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-7990",
          "url": "https://www.suse.com/security/cve/CVE-2015-7990"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 945825 for CVE-2015-7990",
          "url": "https://bugzilla.suse.com/945825"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 952384 for CVE-2015-7990",
          "url": "https://bugzilla.suse.com/952384"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 953052 for CVE-2015-7990",
          "url": "https://bugzilla.suse.com/953052"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-02-08T13:46:05Z",
          "details": "low"
        }
      ],
      "title": "CVE-2015-7990"
    },
    {
      "cve": "CVE-2015-8539",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-8539"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The KEYS subsystem in the Linux kernel before 4.4 allows local users to gain privileges or cause a denial of service (BUG) via crafted keyctl commands that negatively instantiate a key, related to security/keys/encrypted-keys/encrypted.c, security/keys/trusted.c, and security/keys/user_defined.c.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-8539",
          "url": "https://www.suse.com/security/cve/CVE-2015-8539"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1115893 for CVE-2015-8539",
          "url": "https://bugzilla.suse.com/1115893"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 781018 for CVE-2015-8539",
          "url": "https://bugzilla.suse.com/781018"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 958463 for CVE-2015-8539",
          "url": "https://bugzilla.suse.com/958463"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 958601 for CVE-2015-8539",
          "url": "https://bugzilla.suse.com/958601"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-default-3-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_44-52_10-xen-3-2.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-02-08T13:46:05Z",
          "details": "important"
        }
      ],
      "title": "CVE-2015-8539"
    }
  ]
}



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…