๐Ÿ” CVE Alert

CVE-2026-54047

UNKNOWN 0.0

Laci Synchroni Backend Vulnerable to Account Takeover / User Impersonation via Client-Side Configuration Manipulation

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Laci Synchroni is a decentralized mod and appearance sync server and plugin for Dalamud. Versions of the backend prior to 1.2.3 have an improper authentication vulnerability in the application's OAuth2 login flow. The application relies on client-side state by trusting the `UID` field inside the `Authentications` object of a user's local `config.json` file. By manually editing this local file on their PC prior to logging in, a user can supply an arbitrary UID. Because the server fails to validate that the authenticated OAuth2 identity matches the requested UID, an attacker can fully impersonate any target user and perform actions on their behalf. This issue has been resolved in version 1.2.3. The patch modifies `AuthorizeOauthAsync` inside the `SecretKeyAuthenticatorService` to strictly bind the lookup of the requested User ID (`requestedUid`) to the record of the successfully authenticated identity (`primaryUid`). The server will no longer load or return session tokens for a requested UID unless it matches the verified, authenticated database record. No known workarounds are available.

CWE CWE-287 CWE-349 CWE-602
Vendor lacisynchroni
Product server
Published Sep 11, 2026
Last Updated Sep 11, 2026
Stay Ahead of the Next One

Get instant alerts for lacisynchroni server

Be the first to know when new unknown vulnerabilities affecting lacisynchroni server are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

LaciSynchroni / server
< 1.2.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/LaciSynchroni/server/security/advisories/GHSA-gq4p-pxvg-6x9j github.com: https://github.com/LaciSynchroni/server/pull/28 github.com: https://github.com/LaciSynchroni/server/commit/5bc3efd68b738328b8faeff089dd18a826ec9ca4 github.com: https://github.com/LaciSynchroni/server/releases/tag/v1.2.3