StreamparkApplication · Apache

CVE-2022-46365

CRITICAL · 9.1 CVSS v3.1 Published 2023-05-01
Fix available
A fix is available. Upgrade to 2.0.0 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Apache StreamPark 1.0.0 before 2.0.0 When the user successfully logs in, to modify his profile, the username will be passed to the server-layer as a parameter, but not verified whether the user name is the currently logged user and whether the user is legal, This will allow malicious attackers to send any username to modify and reset the account, Users of the affected versions should upgrade to Apache StreamPark 2.0.0 or later.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

This is an Insecure Direct Object Reference (IDOR) / Broken Access Control vulnerability in Apache StreamPark 1.0.0 before 2.0.0. The profile modification endpoint accepts a username parameter from the client without server-side verification that the requesting user is authorized to modify that specific profile. An authenticated attacker can modify or reset any user's account by simply specifying a different username in the profile update request.

MitigationUpgrade to Apache StreamPark 2.0.0 or later, which implements proper server-side validation to ensure the authenticated user can only modify their own profile.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
StreamparkApplication
Affected:>= 1.0.0, < 2.0.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Apache StreamPark installation version
    Locate the version file or check the build metadata in the StreamPark installation directory. Common paths include version files in the conf/ directory, or check the pom.xml if source is available. Alternatively, query the API endpoint /api/version or check startup logs for version information.
    Affected if The installed version is 1.0.0 or any version greater than 1.0.0 but less than 2.0.0
  2. Verify the profile modification endpoint exists
    Identify if the profile update API endpoint is accessible. This typically involves checking for endpoints under /api/user or /api/profile that handle user profile modifications. Review API routing configuration or proxy settings.
    Affected if The profile modification endpoint is exposed and accessible to authenticated users
  3. Test for missing server-side username validation
    Using an authenticated session, send a profile update request (typically POST or PUT to the profile endpoint) with a username parameter different from the authenticated user's username. Observe whether the server accepts and processes the request without rejecting it based on username mismatch.
    Affected if The server allows modifying a different user's profile by specifying an arbitrary username parameter in the request

A user is affected if they are running Apache StreamPark version 1.0.0 through any version before 2.0.0 and the profile modification endpoint accepts a username parameter that differs from the authenticated user's identity.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 2.0.0 or later
Fixed in 2.0.0
Interim mitigation

Upgrade to Apache StreamPark 2.0.0 or later, which implements proper server-side validation to ensure the authenticated user can only modify their own profile.

Recommended fix High confidence

Apache StreamPark 2.0.0 or later

  1. Download Apache StreamPark 2.0.0 or later from the official Apache distribution repository
  2. Review the upgrade guide documentation for migration steps from 1.x to 2.x
  3. Backup the existing configuration and database data
  4. Stop the currently running StreamPark 1.x instance
  5. Install StreamPark 2.0.0 or later
  6. Restore or migrate configuration files as needed
  7. Start the StreamPark 2.0.0 or later instance
  8. Verify that the profile modification vulnerability is fixed by attempting to modify another user's profile (should fail)

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Streampark Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA3.0 h
21.0 hours of engineering $3,680
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,888.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-46365 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-46365 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data