LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31177: Possible to infer sensitive information through query strings in Flask-AppBuilder

Flask-AppBuilder is an application development framework built on top of Flask python framework. In versions prior to 4.1.3 an authenticated Admin user could query other users by their salted and hashed passwords strings. These filters could be made by using partial hashed password strings. The response would not include the hashed passwords, but an attacker could infer partial password hashes and their respective users. This issue has been fixed in version 4.1.3. Users are advised to upgrade. There are no known workarounds for this issue.

LowCVSS 2.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Flask-AppBuilder before 4.1.3 allowed an authenticated Admin user to infer parts of other users' salted password hashes through query filtering. The hashes were not directly returned, but the behavior could leak sensitive account metadata. The issue is low severity because it requires high privileges.

Executive priority

Treat as a low-priority but real confidentiality issue. Schedule upgrade through normal maintenance unless Admin access is widely distributed or weakly controlled, in which case prioritize access review and patching sooner.

Technical view

CVE-2022-31177 is a CWE-200 information exposure flaw in Flask-AppBuilder user querying. Before 4.1.3, an authenticated Admin could filter users using partial salted and hashed password strings, allowing inference of partial password hashes mapped to users. CVSS is 2.7: network reachable, low complexity, high privileges required, confidentiality impact low.

Likely exposure

Exposure is limited to applications using Flask-AppBuilder versions earlier than 4.1.3, especially deployments where Admin access is broadly granted, shared, or at risk of compromise. The source bundle does not identify affected downstream products or managed services.

Exploitation context

The sources do not report active exploitation, and CISA KEV is false. Abuse requires an authenticated Admin user. The impact is information disclosure only; sources do not claim password recovery, privilege escalation, integrity impact, or availability impact.

Researcher notes

Evidence is clear on affected range, privilege requirement, impact type, and fixed version. Public sources do not provide exploit status, downstream product mapping, or workarounds. Avoid assuming broader password compromise from the advisory alone.

Mitigation direction

  • Upgrade Flask-AppBuilder to version 4.1.3 or later.
  • Review vendor advisory and release notes before rollout.
  • Restrict Admin access to trusted, necessary users only.
  • Audit Admin accounts and remove stale or shared access.
  • If upgrade is delayed, check vendor guidance; sources state no known workaround.

Validation and detection

  • Inventory Flask-AppBuilder versions in lockfiles, images, and deployed environments.
  • Confirm production and non-production deployments run version 4.1.3 or later.
  • Review who has Flask-AppBuilder Admin privileges.
  • Check application logs for unusual Admin user-search activity.
  • Verify dependency scanners flag versions earlier than 4.1.3.
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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31177 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
Low
CVSS
2.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/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
2.7CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N1.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.7Low
CVSS 3.1 vector shape for CVE-2022-31177Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
dpgasparFlask-AppBuilder< 4.1.3Listed
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.