0.0
NA
CVE-2026-19349
Lemonldap::NG::Portal versions from 2.0.0 before 2.16.9, from 2.17.0 before 2.21.5, from 2.22.0 before 2.23.3 for Perl allow authentication bypass via an OAuth2 state parameter stored as an SSO session in the GitHub and LinkedIn backends
Description

Lemonldap::NG::Portal versions from 2.0.0 before 2.16.9, from 2.17.0 before 2.21.5, from 2.22.0 before 2.23.3 for Perl allow authentication bypass via an OAuth2 state parameter stored as an SSO session in the GitHub and LinkedIn backends. Before redirecting to the identity provider, extractFormInfo() creates the state session with the positional call `getApacheSession( undef, 1, 0, 'GitHubState' )`. getApacheSession() takes a session id followed by a named argument hash, so the trailing arguments become that hash, `kind` defaults to SSO, and the state is written to the global session storage as a regular SSO session. Its identifier is handed to the unauthenticated visitor as the state parameter of the redirection URL. Any visitor who reaches the GitHub or LinkedIn endpoint can replay that identifier as a session cookie and obtain a valid SSO session without authenticating. The session holds neither _user nor authenticationLevel, which the shipped bootstrap configuration accepts because it grants virtual hosts a "default => accept" access rule; deployments whose rules test the user or require an authentication level are less exposed. Only configurations with the GitHub or LinkedIn authentication module enabled are affected.

INFO

Published Date :

Aug. 16, 2026, 2:16 p.m.

Last Modified :

Aug. 16, 2026, 2:16 p.m.

Remotely Exploit :

No

Source :

9b29abf9-4ab0-4765-b253-1875cd9b441e
Affected Products

The following products are affected by CVE-2026-19349 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Update Lemonldap::NG::Portal to a patched version to prevent authentication bypass.
  • Update Lemonldap::NG::Portal to a version after 2.16.9, 2.21.5, or 2.23.3.
  • Review and strengthen access rules.
  • Disable GitHub and LinkedIn authentication if not used.
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-19349.

URL Resource
https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/releases/v2.16.9
https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/releases/v2.21.5
https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/releases/v2.23.3
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-19349 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-19349 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-19349 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-19349 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 9b29abf9-4ab0-4765-b253-1875cd9b441e

    Aug. 16, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng', 'modules': ['Lemonldap::NG::Portal'], 'versions': [{'status': 'affected', 'version': '2.0.0', 'lessThan': '2.16.9', 'versionType': 'custom'}, {'status': 'affected', 'version': '2.17.0', 'lessThan': '2.21.5', 'versionType': 'custom'}, {'status': 'affected', 'version': '2.22.0', 'lessThan': '2.23.3', 'versionType': 'custom'}], 'packageURL': 'pkg:cpan/Lemonldap-NG-Portal', 'packageName': 'Lemonldap-NG-Portal', 'programFiles': ['lib/Lemonldap/NG/Portal/Auth/GitHub.pm', 'lib/Lemonldap/NG/Portal/Auth/LinkedIn.pm'], 'collectionURL': 'https://cpan.org/modules', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': 'Lemonldap::NG::Portal::Auth::GitHub::extractFormInfo'}, {'name': 'Lemonldap::NG::Portal::Auth::LinkedIn::extractFormInfo'}]}]
    Added Description Lemonldap::NG::Portal versions from 2.0.0 before 2.16.9, from 2.17.0 before 2.21.5, from 2.22.0 before 2.23.3 for Perl allow authentication bypass via an OAuth2 state parameter stored as an SSO session in the GitHub and LinkedIn backends. Before redirecting to the identity provider, extractFormInfo() creates the state session with the positional call `getApacheSession( undef, 1, 0, 'GitHubState' )`. getApacheSession() takes a session id followed by a named argument hash, so the trailing arguments become that hash, `kind` defaults to SSO, and the state is written to the global session storage as a regular SSO session. Its identifier is handed to the unauthenticated visitor as the state parameter of the redirection URL. Any visitor who reaches the GitHub or LinkedIn endpoint can replay that identifier as a session cookie and obtain a valid SSO session without authenticating. The session holds neither _user nor authenticationLevel, which the shipped bootstrap configuration accepts because it grants virtual hosts a "default => accept" access rule; deployments whose rules test the user or require an authentication level are less exposed. Only configurations with the GitHub or LinkedIn authentication module enabled are affected.
    Added CWE CWE-305
    Added CWE CWE-628
    Added Reference https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/releases/v2.16.9
    Added Reference https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/releases/v2.21.5
    Added Reference https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/releases/v2.23.3
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.