LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47798: NoteBurner 2.35 - Denial Of Service (DoS) (PoC)

NoteBurner 2.35 contains a buffer overflow vulnerability in the license code input field that allows attackers to crash the application. Attackers can generate a 6000-byte payload and paste it into the 'Name' and 'Code' fields to trigger an application crash.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-47798 affects NoteBurner 2.35. Public sources describe a buffer overflow in the license entry fields that can crash the application. The available evidence supports denial of service, not confirmed system compromise. A public proof of concept exists, but this CVE is not listed as CISA KEV.

Executive priority

Treat as targeted cleanup rather than an enterprise emergency unless NoteBurner 2.35 is broadly deployed. Prioritize confirming exposure, removing unnecessary installs, and checking vendor guidance. The public PoC increases nuisance risk, but available sources only substantiate application crash impact.

Technical view

The issue is reported as CWE-120 buffer overflow in NoteBurner 2.35 license code input handling. The source bundle states oversized input in the Name and Code fields can trigger an application crash. The provided CVSS is 9.8 critical, but the narrative evidence describes application-level DoS only, creating impact uncertainty.

Likely exposure

Exposure appears limited to endpoints running NoteBurner version 2.35. Organizations without this specific product/version are not indicated as affected by the provided sources. No CPE data is included, so asset discovery may require software inventory searches rather than vulnerability scanner matching.

Exploitation context

ExploitDB and VulnCheck references indicate a public PoC exists. The provided description involves interacting with license input fields to crash the application. There is no provided evidence of active exploitation, remote compromise, privilege escalation, or data theft.

Researcher notes

The record’s CVSS vector and critical rating appear broader than the described exploit behavior. Sources support CWE-120 and denial of service through license input handling. No patch details, affected platform list, or exploitation-in-the-wild evidence are included in the provided bundle.

Mitigation direction

  • Inventory endpoints for NoteBurner 2.35 installations.
  • Check NoteBurner vendor guidance for updates or replacement builds.
  • Remove or disable NoteBurner 2.35 where not business-required.
  • Limit use of untrusted license details or externally supplied registration data.
  • Monitor VulnCheck, CVE, and vendor pages for remediation updates.

Validation and detection

  • Confirm installed NoteBurner version on managed endpoints.
  • Review software inventory for unauthorized or legacy NoteBurner installs.
  • Validate whether security tools detect CVE-2021-47798 without CPE matching.
  • Check vendor site for newer versions or advisories.
  • If testing, use an isolated lab and avoid production systems.
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-120: 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-47798 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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
4Source 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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-47798Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NoteburnerNoteBurner2.35Listed
Weakness

CWE details

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

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.