LiveActive security incident?Get immediate response
CVE Record

CVE-2023-30086: Buffer Overflow vulnerability found in Libtiff V.4.0.7 allows a local attacker to cause a denial of service...

Buffer Overflow vulnerability found in Libtiff V.4.0.7 allows a local attacker to cause a denial of service via the tiffcp function in tiffcp.c.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-30086 is a denial-of-service issue in libtiff 4.0.7. A local attacker can trigger a buffer overflow through the tiffcp utility, potentially crashing the process or disrupting services that rely on it. The published CVSS score is 5.5, and there is no KEV listing indicating confirmed active exploitation.

Executive priority

Handle in normal vulnerability remediation cycles, with priority for multi-user systems, shared processing hosts, and products that process TIFF files. Escalate if a critical business service depends on affected libtiff components or a vendor advisory rates your specific product as higher risk.

Technical view

The CVE describes a CWE-787 out-of-bounds write in libtiff 4.0.7, reachable via the tiffcp function in tiffcp.c. The CVSS vector is local, low complexity, low privilege, no user interaction, unchanged scope, and high availability impact only. Public affected-product metadata is incomplete in the provided record.

Likely exposure

Exposure is most likely where libtiff 4.0.7 or bundled tiffcp is installed and local users or local processing workflows can invoke it. Products embedding libtiff may also be relevant, but the CVE record does not provide complete CPE or vendor version mapping.

Exploitation context

The vulnerability requires local access and low privileges according to the CVSS vector. The available sources do not show CISA KEV inclusion or confirmed active exploitation. Treat it primarily as an availability risk unless vendor-specific guidance indicates broader impact.

Researcher notes

The CVE metadata names libtiff 4.0.7 and tiffcp.c but lacks structured affected CPEs and confirmed fix details. Analysis should focus on upstream issue 538, downstream package advisories, and vendor-specific impact statements. Avoid assuming impact for all libtiff versions without corroborating vendor evidence.

Mitigation direction

  • Inventory systems and products using libtiff, especially version 4.0.7.
  • Review the upstream libtiff issue and vendor advisories for fixed versions or workarounds.
  • Prioritize updates from OS, appliance, or application vendors that bundle libtiff.
  • Restrict local access to tiffcp where feasible until vendor guidance is applied.

Validation and detection

  • Check installed libtiff and tiffcp versions on managed systems.
  • Identify third-party products that bundle libtiff and review their advisories.
  • Confirm whether NetApp or other vendor advisories apply to your environment.
  • Verify patch status through package manager, SBOM, or vendor inventory data.
Prepared
Confidence
medium
Sources
4

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-787: 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-2023-30086 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

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.

1CVSS vectors
3Timeline events
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2023-30086Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.