LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4171: demon image annotation <= 5.0 - Improper Input Restriction Validation

The demon image annotation plugin for WordPress is vulnerable to improper input validation in versions up to, and including 5.0. This is due to the plugin improperly validating the number of characters supplied during an annotation despite there being a setting to limit the number characters input. This means that unauthenticated attackers can bypass the length restrictions and input more characters than allowed via the settings.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-4171 affects the WordPress demon image annotation plugin through version 5.0. The plugin does not properly enforce configured annotation length limits, allowing unauthenticated users to submit more text than intended. Business impact is mainly content integrity and site reliability, not data theft.

Executive priority

Prioritize remediation on public WordPress sites using this plugin. The issue is not critical, but unauthenticated access and availability impact justify timely cleanup in normal patch cycles.

Technical view

The issue is CWE-1284 improper input validation in annotation character-length handling. The CVSS 3.1 score is 6.5 with network access, low complexity, no privileges, and no user interaction required. Reported impact is low integrity and availability impact, with no confidentiality impact.

Likely exposure

Exposure is limited to WordPress sites running demon image annotation versions up to and including 5.0, especially where public annotation submission is enabled or reachable.

Exploitation context

The sources state unauthenticated attackers can bypass annotation length restrictions. CISA KEV status is false in the supplied bundle, and no provided source states active exploitation.

Researcher notes

Do not assume data exposure from the supplied evidence. Focus validation on version, reachability, and whether configured length limits are actually enforced after remediation. Patch details are not fully described in the source bundle.

Mitigation direction

  • Inventory WordPress sites for the demon image annotation plugin.
  • Update to a vendor-maintained release newer than 5.0 if available.
  • Disable or remove the plugin where annotation functionality is unnecessary.
  • Check vendor and WordPress plugin guidance for the confirmed fixed version.
  • Monitor public annotation endpoints for abnormal oversized submissions.

Validation and detection

  • Confirm installed plugin name and version across WordPress assets.
  • Treat versions up to and including 5.0 as affected.
  • Review annotation settings and whether public submissions are reachable.
  • Check logs for unusually large annotation content submissions.
  • Verify remediation by confirming the plugin is updated, disabled, or removed.
Prepared
Confidence
high
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-1284: 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-2022-4171 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
6.5 (3.1)
Known Exploited
No
Published

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

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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L3.92.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2022-4171Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
demonisblackdemon image annotation0unaffected
Weakness

CWE details

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

CWE-1284 · source CWE mapping

Improper Validation of Specified Quantity in Input

Improper Validation of Specified Quantity in Input represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.