LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3979: NagVis CoreLogonMultisite.php checkAuthCookie type conversion

A vulnerability was found in NagVis up to 1.9.33 and classified as problematic. This issue affects the function checkAuthCookie of the file share/server/core/classes/CoreLogonMultisite.php. The manipulation of the argument hash leads to incorrect type conversion. The attack may be initiated remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. Upgrading to version 1.9.34 is able to address this issue. The identifier of the patch is 7574fd8a2903282c2e0d1feef5c4876763db21d5. It is recommended to upgrade the affected component. The identifier VDB-213557 was assigned to this vulnerability.

MediumCVSS 5.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

NagVis versions through 1.9.33 have an authentication-cookie handling flaw. A remote attacker could potentially abuse type conversion around a hash value, but the published scoring says exploitation is high complexity and difficult. Business urgency is moderate: prioritize exposed NagVis deployments, especially internet-facing monitoring portals.

Executive priority

Handle in the normal vulnerability remediation cycle, with faster action for exposed monitoring portals. This is not presented as actively exploited, but monitoring systems can be sensitive operational assets.

Technical view

CVE-2022-3979 affects checkAuthCookie in share/server/core/classes/CoreLogonMultisite.php. Manipulating the hash argument can trigger incorrect type conversion, mapped to CWE-704. CVSS 3.1 is 5.6 with network access, high attack complexity, no privileges or user interaction, and low confidentiality, integrity, and availability impact.

Likely exposure

Organizations running NagVis 1.9.0 through 1.9.33 are in scope. Exposure is higher where NagVis is reachable from untrusted networks or embedded in monitoring environments with broad operational visibility.

Exploitation context

The bundle reports remote attackability but high complexity and difficult exploitation. CISA KEV status is false, and the provided sources do not establish active exploitation. Treat exploit status as unconfirmed unless newer vendor or threat-intelligence evidence appears.

Researcher notes

Focus validation on the multisite authentication path and PHP type handling around the hash argument. Do not assume broader Checkmk impact from related research unless a specific deployment includes affected NagVis code.

Mitigation direction

  • Upgrade NagVis to 1.9.34 or later.
  • Apply vendor or distribution backported fixes where direct upgrade is not possible.
  • Restrict NagVis access to trusted networks or VPN users.
  • Review vendor release notes and downstream OS advisories for package-specific guidance.

Validation and detection

  • Inventory NagVis deployments and confirm installed versions.
  • Check whether any instance is version 1.9.33 or earlier.
  • Verify the 1.9.34 fix or commit 7574fd8a is present.
  • Confirm internet-facing access is blocked or tightly controlled.
Prepared
Confidence
high
Sources
6

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-704: 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-3979 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.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/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
7Source 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
5.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L2.23.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/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
n/aNagVis1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 1.9.7, 1.9.8, 1.9.9, 1.9.10, 1.9.11, 1.9.12, 1.9.13, 1.9.14, 1.9.15, 1.9.16, 1.9.17, 1.9.18, 1.9.19, 1.9.20, 1.9.21, 1.9.22, 1.9.23, 1.9.24, 1.9.25, 1.9.26, 1.9.27, 1.9.28, 1.9.29, 1.9.30, 1.9.31, 1.9.32, 1.9.33Listed
Weakness

CWE details

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

CWE-704 · source CWE mapping

Incorrect Type Conversion or Cast

Incorrect Type Conversion or Cast represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.