LiveActive security incident?Get immediate response
CVE Record

CVE-2016-6560: illumos osnet-incorporation bcopy() and bzero() implementations make signed instead of unsigned comparisons...

illumos osnet-incorporation bcopy() and bzero() implementations make signed instead of unsigned comparisons allowing a system crash.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2016-6560 is an illumos defect in low-level memory copy and clear routines. The reported impact is a system crash, so the business risk is service interruption rather than confirmed data theft or remote compromise based on the provided sources.

Executive priority

Handle as a targeted reliability and availability issue. It is not supported by the provided evidence as a widespread emergency, but affected production systems should be updated during the next appropriate maintenance window.

Technical view

The issue is CWE-195: signed comparison behavior in illumos osnet-incorporation bcopy() and bzero() implementations. The affected package is listed as versions before osnet-incorporation@0.5.11,5.11-2016.0.1.15933. Public references include an illumos issue, a fixing commit, and an OpenIndiana advisory.

Likely exposure

Exposure appears limited to illumos or illumos-derived systems using affected osnet-incorporation versions, including relevant OpenIndiana deployments. Evidence provided does not identify other products, cloud services, or application packages as affected.

Exploitation context

The provided bundle states the vulnerability can allow a system crash. It does not provide CVSS data, confirmed exploit activity, KEV listing, or remote exploitation evidence. Treat active exploitation as unconfirmed.

Researcher notes

The source evidence is concise and points to signed comparison behavior in bcopy() and bzero(). Public details in the bundle support crash impact only. No exploit path, prerequisites, CVSS vector, or affected downstream product list is provided.

Mitigation direction

  • Update affected illumos or OpenIndiana systems to a vendor-fixed osnet-incorporation build.
  • Confirm systems are no longer below osnet-incorporation@0.5.11,5.11-2016.0.1.15933.
  • Review the illumos issue and OpenIndiana advisory for deployment-specific guidance.
  • Prioritize critical, shared, or multi-user systems where crashes would disrupt operations.

Validation and detection

  • Inventory illumos and illumos-derived hosts in the environment.
  • Check installed osnet-incorporation package versions against the fixed version listed in the advisory.
  • Confirm deployed builds include the referenced illumos fixing commit.
  • Review historical crash or panic records for unexplained system crashes.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-195: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2016-6560 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
illumososnet-incorporationproir to osnet-incorporation@0.5.11,5.11-2016.0.1.15933Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-195 · source CWE mapping

Signed to Unsigned Conversion Error

Signed to Unsigned Conversion Error represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.