LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33798: A null pointer dereference was found in libpano13, version libpano13-2.9.20.

A null pointer dereference was found in libpano13, version libpano13-2.9.20. The flow allows attackers to cause a denial of service and potential code execute via a crafted file.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-33798 is a libpano13 2.9.20 flaw where a crafted file can trigger a null pointer dereference. The documented business impact is denial of service, with the CVE text also mentioning potential code execution. Exploitation requires user interaction and is not listed in CISA KEV.

Executive priority

Handle through normal vulnerability management unless libpano13 processes untrusted files in business workflows. Escalate if the library is used in exposed file-ingestion pipelines or high-availability services.

Technical view

The issue is CWE-476 in libpano13 2.9.20. CVSS 3.1 is 4.7: local attack vector, high complexity, no privileges required, user interaction required, unchanged scope, and high availability impact. Sources identify a crafted-file trigger but do not provide complete remediation version details.

Likely exposure

Exposure is most likely where libpano13 2.9.20 parses untrusted or externally supplied panorama/image-related files, including desktop tooling and automated processing workflows. Systems not using libpano13 2.9.20 are not identified as affected in the supplied data.

Exploitation context

The supplied sources do not show active exploitation, and KEV status is false. The attack depends on a crafted file and user interaction, with high complexity according to CVSS. Treat code-execution language cautiously because the vector records only availability impact.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, affected version, mailing-list reference, and SourceForge commit reference. No KEV listing or cited active exploitation is provided. Fixed release information is not explicit in the supplied bundle.

Mitigation direction

  • Inventory use of libpano13 and identify any 2.9.20 installations.
  • Check Panotools/libpano13 guidance and apply the release containing the referenced fix.
  • Avoid opening untrusted crafted files with affected libpano13 builds.
  • Sandbox or isolate automated file-processing workflows using libpano13.
  • Limit external file ingestion until remediation is confirmed.

Validation and detection

  • Confirm installed libpano13 versions across endpoints, build images, and packages.
  • Identify applications or pipelines that link against libpano13.
  • Check whether those workflows process user-supplied files.
  • Verify remediation against vendor guidance or the referenced upstream change.
  • Confirm regression tests cover malformed-file handling without service crash.
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-476: 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-2021-33798 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
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:R/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
0Timeline events
0ADP providers
3Source links

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
4.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H13.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2021-33798Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:R/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
libpano13libpano132.9.20unaffected
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.