LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31164: Tovy before v0.7.51 vulnerable to users logging in as and impersonating other users

Tovy is a a staff management system for Roblox groups. A vulnerability in versions prior to 0.7.51 allows users to log in as other users, including privileged users such as the other of the instance. The problem has been patched in version 0.7.51.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Tovy versions before 0.7.51 let a user log in as another user, including privileged accounts. For a staff management system, this is primarily an integrity and trust issue: an attacker could act with someone else's authority. The vendor patched the issue in 0.7.51.

Executive priority

Treat this as a high-priority fix for any organization operating Tovy. The issue can undermine administrative trust by allowing impersonation, but the provided sources do not show confirmed active exploitation.

Technical view

CVE-2022-31164 is a CWE-287 authentication flaw in tovyblox Tovy before 0.7.51. The CVSS 3.1 vector is AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N, indicating network reachability, low complexity, no required privileges, no user interaction, and high integrity impact.

Likely exposure

Exposure is limited to deployments running Tovy, a Roblox group staff management system, below version 0.7.51. The source bundle provides no CPEs, so vulnerability managers should verify deployed application versions directly rather than relying on CPE matching.

Exploitation context

The bundle does not cite CISA KEV listing or any confirmed exploited-in-the-wild reporting. The CVSS vector indicates the flaw is network-accessible and does not require prior privileges or user interaction, so exposed outdated instances should be prioritized.

Researcher notes

Evidence is limited to the CVE record, GitHub advisory, and patch pull request. The available data supports authentication bypass or impersonation impact, affected versions before 0.7.51, and patch availability in 0.7.51. No exploit details or KEV signal are provided.

Mitigation direction

  • Upgrade Tovy to version 0.7.51 or later.
  • Review the GitHub advisory for vendor guidance.
  • Review the linked pull request for patch context.
  • Limit access to exposed outdated instances until upgraded.
  • Review privileged account activity during the exposure window.

Validation and detection

  • Inventory all Tovy deployments and confirm their versions.
  • Flag any deployment running a version below 0.7.51.
  • Confirm upgraded deployments are running 0.7.51 or later.
  • Check logs for unexpected logins or privileged actions.
  • Verify no unsupported fork remains on the vulnerable code path.
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 · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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-31164 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

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

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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-31164Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
tovybloxtovy< 0.7.51Listed
Weakness

CWE details

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

CWE-287 · source CWE mapping

Improper Authentication

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