Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.keycloak/keycloak-core@15.0.2
purl pkg:maven/org.keycloak/keycloak-core@15.0.2
Next non-vulnerable version 26.1.3
Latest non-vulnerable version 26.1.3
Risk 4.0
Vulnerabilities affecting this package (19)
Vulnerability Summary Fixed by
VCID-2xyb-g3n4-n3ca
Aliases:
CVE-2022-1274
GHSA-m4fv-gm5m-4725
GMS-2023-528
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') A flaw was found in Keycloak in the execute-actions-email endpoint. This issue allows arbitrary HTML to be injected into emails sent to Keycloak users and can be misused to perform phishing or other attacks against users.
20.0.5
Affected by 10 other vulnerabilities.
VCID-3bcu-tbpy-gfg6
Aliases:
CVE-2021-20323
GHSA-xpgc-j48j-jwv9
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') A POST based reflected Cross Site Scripting vulnerability on has been identified in Keycloak.
17.0.0
Affected by 15 other vulnerabilities.
VCID-49qw-j7rn-qfdf
Aliases:
GHSA-57rh-gr4v-j5f6
Duplicate Advisory: Keycloak Uses a Key Past its Expiration Date # Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-xmmm-jw76-q7vg. This link is maintained to preserve external references. # Original Description A vulnerability was found in Keycloak. Expired OTP codes are still usable when using FreeOTP when the OTP token period is set to 30 seconds (default). Instead of expiring and deemed unusable around 30 seconds in, the tokens are valid for an additional 30 seconds totaling 1 minute. A one time passcode that is valid longer than its expiration time increases the attack window for malicious actors to abuse the system and compromise accounts. Additionally, it increases the attack surface because at any given time, two OTPs are valid.
24.0.7
Affected by 0 other vulnerabilities.
25.0.0
Affected by 3 other vulnerabilities.
VCID-7j7q-m1zp-zfac
Aliases:
CVE-2023-0091
GHSA-v436-q368-hvgg
GMS-2023-37
Keycloak has lack of validation of access token on client registrations endpoint When a service account with the create-client or manage-clients role can use the client-registration endpoints to create/manage clients with an access token. If the access token is leaked, there is an option to revoke the specific token. However, the check is not performed in client-registration endpoints.
20.0.3
Affected by 11 other vulnerabilities.
VCID-7xuf-btg3-ckf6
Aliases:
CVE-2023-6841
GHSA-w97f-w3hq-36g2
Keycloak Denial of Service vulnerability A denial of service vulnerability was found in keycloak where the amount of attributes per object is not limited, an attacker by sending repeated HTTP requests could cause a resource exhaustion when the application send back rows with long attribute values. The issue is fixed in Keycloak 24 with the introduction of the User Profile feature.
24.0.0
Affected by 5 other vulnerabilities.
VCID-c8ps-95au-zbg5
Aliases:
GHSA-755v-r4x4-qf7m
GMS-2022-7509
Stored Cross-Site Scripting (XSS) in Keycloak via groups dropdown ### Summary A Stored XSS vulnerability was reported in the Keycloak Security mailing list, affecting all the versions of Keycloak, including the latest release (16.0.1). The vulnerability allows a privileged attacker to execute malicious scripts in the admin console, abusing of the groups' dropdown functionality. ### Impact Successful attacks of this vulnerability can result a privileged attacker to load a XSS script, and steal data from other users. The impact can be considered moderate to low, considering privileged credentials are required. ### References - Please refer to the Keycloak Security mailing list for more information.
20.0.0
Affected by 13 other vulnerabilities.
VCID-dxj3-8sk5-mfdy
Aliases:
CVE-2022-3916
GHSA-97g8-xfvw-q4hg
GMS-2022-8406
Insufficient Session Expiration A flaw was found in the offline_access scope in Keycloak. This issue would affect users of shared computers more (especially if cookies are not cleared), due to a lack of root session validation, and the reuse of session ids across root and user authentication sessions. This enables an attacker to resolve a user session attached to a previously authenticated user; when utilizing the refresh token, they will be issued a token for the original user.
20.0.2
Affected by 13 other vulnerabilities.
VCID-e85z-cn66-fye8
Aliases:
CVE-2024-7260
GHSA-g4gc-rh26-m3p5
Keycloak Open Redirect vulnerability An open redirect vulnerability was found in Keycloak. A specially crafted URL can be constructed where the `referrer` and `referrer_uri` parameters are made to trick a user to visit a malicious webpage. A trusted URL can trick users and automation into believing that the URL is safe, when, in fact, it redirects to a malicious server. This issue can result in a victim inadvertently trusting the destination of the redirect, potentially leading to a successful phishing attack or other types of attacks. Once a crafted URL is made, it can be sent to a Keycloak admin via email for example. This will trigger this vulnerability when the user visits the page and clicks the link. A malicious actor can use this to target users they know are Keycloak admins for further attacks. It may also be possible to bypass other domain-related security checks, such as supplying this as a OAuth redirect uri. The malicious actor can further obfuscate the `redirect_uri` using URL encoding, to hide the text of the actual malicious website domain.
24.0.7
Affected by 0 other vulnerabilities.
25.0.0
Affected by 3 other vulnerabilities.
VCID-eaaa-ejr9-6ygx
Aliases:
CVE-2024-7318
GHSA-xmmm-jw76-q7vg
Keycloaks's One Time Passcode (OTP) is valid longer than expiration timeSeverity A vulnerability was found in Keycloak. Expired OTP codes are still usable when using FreeOTP when the OTP token period is set to 30 seconds (default). Instead of expiring and deemed unusable around 30 seconds in, the tokens are valid for an additional 30 seconds totaling 1 minute. A one time passcode that is valid longer than its expiration time increases the attack window for malicious actors to abuse the system and compromise accounts. Additionally, it increases the attack surface because at any given time, two OTPs are valid.
24.0.7
Affected by 0 other vulnerabilities.
25.0.4
Affected by 2 other vulnerabilities.
VCID-em5z-nvqy-fucp
Aliases:
CVE-2021-3856
GHSA-3w4v-rvc4-2xpw
Keycloak has Files or Directories Accessible to External Parties ClassLoaderTheme and ClasspathThemeResourceProviderFactory allows reading any file available as a resource to the classloader. By sending requests for theme resources with a relative path from an external HTTP client, the client will receive the content of random files if available.
15.1.0
Affected by 17 other vulnerabilities.
VCID-engr-q4ge-53dc
Aliases:
CVE-2023-6134
GHSA-cvg2-7c3j-g36j
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') A flaw was found in Keycloak that prevents certain schemes in redirects, but permits them if a wildcard is appended to the token. This issue could allow an attacker to submit a specially crafted request leading to cross-site scripting (XSS) or further attacks. This flaw is the result of an incomplete fix for CVE-2020-10748.
23.0.0
Affected by 7 other vulnerabilities.
VCID-epys-8p8v-zugv
Aliases:
CVE-2023-6927
GHSA-3p75-q5cc-qmj7
GHSA-9vm7-v8wj-3fqw
GMS-2024-51
keycloak-core: open redirect via "form_post.jwt" JARM response mode An incomplete fix was found in Keycloak Core patch. An attacker can steal authorization codes or tokens from clients using a wildcard in the JARM response mode "form_post.jwt". It is observed that changing the response_mode parameter in the original proof of concept from "form_post" to "form_post.jwt" can bypass the security patch implemented to address CVE-2023-6134.
23.0.4
Affected by 6 other vulnerabilities.
VCID-fknh-1j7d-jyeq
Aliases:
CVE-2022-1466
GHSA-f32v-vf79-p29q
Improper authorization in Keycloak Due to improper authorization, Red Hat Single Sign-On is vulnerable to users performing actions that they should not be allowed to perform. It was possible to add users to the master realm even though no respective permission was granted.
17.0.1
Affected by 14 other vulnerabilities.
VCID-gndk-728r-9yh7
Aliases:
CVE-2021-3632
GHSA-qpq9-jpv4-6gwr
Keycloak allows anyone to register new security device or key for any user by using WebAuthn password-less login flow A flaw was found in Keycloak. This vulnerability allows anyone to register a new security device or key when there is not a device already registered for any user by using the WebAuthn password-less login flow.
15.1.0
Affected by 17 other vulnerabilities.
VCID-heqp-u355-wyaz
Aliases:
CVE-2024-10039
GHSA-93ww-43rr-79v3
Keycloak mTLS Authentication Bypass via Reverse Proxy TLS Termination A vulnerability was found in Keycloak. Deployments of Keycloak with a reverse proxy not using pass-through termination of TLS, with mTLS enabled, are affected. This issue may allow an attacker on the local network to authenticate as any user or client that leverages mTLS as the authentication mechanism.
26.0.6
Affected by 1 other vulnerability.
VCID-kp25-fan9-jkd2
Aliases:
CVE-2024-4028
GHSA-q4xq-445g-g6ch
Keycloak allows cross-site scripting (XSS) A vulnerability was found in Keycloak. This issue may allow a privileged attacker to use a malicious payload as the permission while creating items (Resource and Permissions) from the admin console, leading to a stored cross-site scripting (XSS) attack.
26.1.3
Affected by 0 other vulnerabilities.
VCID-n23y-qjaf-tfcm
Aliases:
CVE-2022-0225
GHSA-fqc7-5xxc-ph7r
Keycloak XSS via use of malicious payload as group name when creating new group from admin console A flaw was found in Keycloak. This flaw allows a privileged attacker to use the malicious payload as the group name while creating a new group from the admin console, leading to a stored Cross-site scripting (XSS) attack.
16.1.1
Affected by 16 other vulnerabilities.
VCID-nhe2-8dtq-gqbf
Aliases:
CVE-2023-6291
GHSA-mpwq-j3xf-7m5w
URL Redirection to Untrusted Site ('Open Redirect') A flaw was found in the redirect_uri validation logic in Keycloak. This issue may allow a bypass of otherwise explicitly allowed hosts. A successful attack may lead to an access token being stolen, making it possible for the attacker to impersonate other users.
23.0.0
Affected by 7 other vulnerabilities.
VCID-yaxc-7za7-zbbe
Aliases:
CVE-2023-1664
GHSA-5cc8-pgp5-7mpm
GHSA-c892-cwq6-qrqf
Keycloak vulnerable to untrusted certificate validation A flaw was found in Keycloak. This flaw depends on a non-default configuration "Revalidate Client Certificate" to be enabled and the reverse proxy is not validating the certificate before Keycloak. Using this method an attacker may choose the certificate which will be validated by the server. If this happens and the KC_SPI_TRUSTSTORE_FILE_FILE variable is missing/misconfigured, any trustfile may be accepted with the logging information of "Cannot validate client certificate trust: Truststore not available". This may not impact availability as the attacker would have no access to the server, but consumer applications Integrity or Confidentiality may be impacted considering a possible access to them. Considering the environment is correctly set to use "Revalidate Client Certificate" this flaw is avoidable.
21.1.2
Affected by 9 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-29T22:02:36.298217+00:00 GitLab Importer Affected by VCID-kp25-fan9-jkd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-4028.yml 38.5.0
2026-04-29T21:56:56.213618+00:00 GitLab Importer Affected by VCID-heqp-u355-wyaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-10039.yml 38.5.0
2026-04-29T21:52:57.590734+00:00 GitLab Importer Affected by VCID-eaaa-ejr9-6ygx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7318.yml 38.5.0
2026-04-29T21:48:56.416968+00:00 GitLab Importer Affected by VCID-7xuf-btg3-ckf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6841.yml 38.5.0
2026-04-29T21:48:47.551580+00:00 GitLab Importer Affected by VCID-e85z-cn66-fye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7260.yml 38.5.0
2026-04-29T21:48:46.321420+00:00 GitLab Importer Affected by VCID-49qw-j7rn-qfdf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GHSA-57rh-gr4v-j5f6.yml 38.5.0
2026-04-29T21:29:35.970776+00:00 GitLab Importer Affected by VCID-nhe2-8dtq-gqbf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6291.yml 38.5.0
2026-04-29T21:29:26.802389+00:00 GitLab Importer Affected by VCID-epys-8p8v-zugv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2024-51.yml 38.5.0
2026-04-29T21:26:35.893331+00:00 GitLab Importer Affected by VCID-engr-q4ge-53dc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6134.yml 38.5.0
2026-04-29T21:19:55.957945+00:00 GitLab Importer Affected by VCID-dxj3-8sk5-mfdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-3916.yml 38.5.0
2026-04-29T21:10:51.541552+00:00 GitLab Importer Affected by VCID-yaxc-7za7-zbbe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-1664.yml 38.5.0
2026-04-29T21:06:34.447780+00:00 GitLab Importer Affected by VCID-2xyb-g3n4-n3ca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1274.yml 38.5.0
2026-04-29T20:59:59.608450+00:00 GitLab Importer Affected by VCID-7j7q-m1zp-zfac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2023-37.yml 38.5.0
2026-04-29T20:57:20.636317+00:00 GitLab Importer Affected by VCID-c8ps-95au-zbg5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2022-7509.yml 38.5.0
2026-04-29T20:47:21.270409+00:00 GitLab Importer Affected by VCID-n23y-qjaf-tfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-0225.yml 38.5.0
2026-04-29T20:47:19.144015+00:00 GitLab Importer Affected by VCID-em5z-nvqy-fucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3856.yml 38.5.0
2026-04-29T20:47:18.557461+00:00 GitLab Importer Affected by VCID-gndk-728r-9yh7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3632.yml 38.5.0
2026-04-29T20:25:21.990006+00:00 GitLab Importer Affected by VCID-fknh-1j7d-jyeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1466.yml 38.5.0
2026-04-29T20:23:17.731550+00:00 GitLab Importer Affected by VCID-3bcu-tbpy-gfg6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-20323.yml 38.5.0
2026-04-16T23:21:13.616894+00:00 GitLab Importer Affected by VCID-kp25-fan9-jkd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-4028.yml 38.4.0
2026-04-16T23:15:38.645080+00:00 GitLab Importer Affected by VCID-heqp-u355-wyaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-10039.yml 38.4.0
2026-04-16T23:11:42.210177+00:00 GitLab Importer Affected by VCID-eaaa-ejr9-6ygx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7318.yml 38.4.0
2026-04-16T23:07:47.915379+00:00 GitLab Importer Affected by VCID-7xuf-btg3-ckf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6841.yml 38.4.0
2026-04-16T23:07:39.558443+00:00 GitLab Importer Affected by VCID-e85z-cn66-fye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7260.yml 38.4.0
2026-04-16T23:07:38.350638+00:00 GitLab Importer Affected by VCID-49qw-j7rn-qfdf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GHSA-57rh-gr4v-j5f6.yml 38.4.0
2026-04-16T22:48:47.552854+00:00 GitLab Importer Affected by VCID-nhe2-8dtq-gqbf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6291.yml 38.4.0
2026-04-16T22:48:39.054152+00:00 GitLab Importer Affected by VCID-epys-8p8v-zugv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2024-51.yml 38.4.0
2026-04-16T22:45:44.578212+00:00 GitLab Importer Affected by VCID-engr-q4ge-53dc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6134.yml 38.4.0
2026-04-16T22:39:02.928454+00:00 GitLab Importer Affected by VCID-dxj3-8sk5-mfdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-3916.yml 38.4.0
2026-04-16T22:29:58.303585+00:00 GitLab Importer Affected by VCID-yaxc-7za7-zbbe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-1664.yml 38.4.0
2026-04-16T22:25:44.744249+00:00 GitLab Importer Affected by VCID-2xyb-g3n4-n3ca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1274.yml 38.4.0
2026-04-16T22:19:27.294140+00:00 GitLab Importer Affected by VCID-7j7q-m1zp-zfac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2023-37.yml 38.4.0
2026-04-16T22:17:07.998580+00:00 GitLab Importer Affected by VCID-c8ps-95au-zbg5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2022-7509.yml 38.4.0
2026-04-16T22:07:49.768346+00:00 GitLab Importer Affected by VCID-n23y-qjaf-tfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-0225.yml 38.4.0
2026-04-16T22:07:47.659366+00:00 GitLab Importer Affected by VCID-em5z-nvqy-fucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3856.yml 38.4.0
2026-04-16T22:07:47.071269+00:00 GitLab Importer Affected by VCID-gndk-728r-9yh7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3632.yml 38.4.0
2026-04-16T21:45:36.834059+00:00 GitLab Importer Affected by VCID-fknh-1j7d-jyeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1466.yml 38.4.0
2026-04-16T21:43:33.550778+00:00 GitLab Importer Affected by VCID-3bcu-tbpy-gfg6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-20323.yml 38.4.0
2026-04-12T00:40:15.522494+00:00 GitLab Importer Affected by VCID-kp25-fan9-jkd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-4028.yml 38.3.0
2026-04-12T00:34:17.568235+00:00 GitLab Importer Affected by VCID-heqp-u355-wyaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-10039.yml 38.3.0
2026-04-12T00:30:06.941722+00:00 GitLab Importer Affected by VCID-eaaa-ejr9-6ygx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7318.yml 38.3.0
2026-04-12T00:25:56.002559+00:00 GitLab Importer Affected by VCID-7xuf-btg3-ckf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6841.yml 38.3.0
2026-04-12T00:25:47.243968+00:00 GitLab Importer Affected by VCID-e85z-cn66-fye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7260.yml 38.3.0
2026-04-12T00:25:45.915129+00:00 GitLab Importer Affected by VCID-49qw-j7rn-qfdf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GHSA-57rh-gr4v-j5f6.yml 38.3.0
2026-04-12T00:08:38.458387+00:00 GitLab Importer Affected by VCID-nhe2-8dtq-gqbf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6291.yml 38.3.0
2026-04-12T00:08:29.046007+00:00 GitLab Importer Affected by VCID-epys-8p8v-zugv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2024-51.yml 38.3.0
2026-04-12T00:05:24.815132+00:00 GitLab Importer Affected by VCID-engr-q4ge-53dc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6134.yml 38.3.0
2026-04-11T23:58:29.630646+00:00 GitLab Importer Affected by VCID-dxj3-8sk5-mfdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-3916.yml 38.3.0
2026-04-11T23:48:35.538046+00:00 GitLab Importer Affected by VCID-yaxc-7za7-zbbe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-1664.yml 38.3.0
2026-04-11T23:43:59.339900+00:00 GitLab Importer Affected by VCID-2xyb-g3n4-n3ca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1274.yml 38.3.0
2026-04-11T23:37:17.842779+00:00 GitLab Importer Affected by VCID-7j7q-m1zp-zfac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2023-37.yml 38.3.0
2026-04-11T23:34:29.535457+00:00 GitLab Importer Affected by VCID-c8ps-95au-zbg5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2022-7509.yml 38.3.0
2026-04-11T23:24:13.346676+00:00 GitLab Importer Affected by VCID-n23y-qjaf-tfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-0225.yml 38.3.0
2026-04-11T23:24:11.163029+00:00 GitLab Importer Affected by VCID-em5z-nvqy-fucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3856.yml 38.3.0
2026-04-11T23:24:10.560524+00:00 GitLab Importer Affected by VCID-gndk-728r-9yh7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3632.yml 38.3.0
2026-04-11T23:01:20.931499+00:00 GitLab Importer Affected by VCID-fknh-1j7d-jyeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1466.yml 38.3.0
2026-04-11T22:59:10.195747+00:00 GitLab Importer Affected by VCID-3bcu-tbpy-gfg6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-20323.yml 38.3.0
2026-04-05T02:31:34.430103+00:00 GitLab Importer Affected by VCID-7j7q-m1zp-zfac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2023-37.yml 38.1.0
2026-04-05T02:29:33.858462+00:00 GitLab Importer Affected by VCID-c8ps-95au-zbg5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2022-7509.yml 38.1.0
2026-04-03T00:48:11.112627+00:00 GitLab Importer Affected by VCID-kp25-fan9-jkd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-4028.yml 38.1.0
2026-04-03T00:42:01.573076+00:00 GitLab Importer Affected by VCID-heqp-u355-wyaz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-10039.yml 38.1.0
2026-04-03T00:37:46.797714+00:00 GitLab Importer Affected by VCID-eaaa-ejr9-6ygx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7318.yml 38.1.0
2026-04-03T00:33:34.932790+00:00 GitLab Importer Affected by VCID-7xuf-btg3-ckf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6841.yml 38.1.0
2026-04-03T00:33:25.618462+00:00 GitLab Importer Affected by VCID-e85z-cn66-fye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2024-7260.yml 38.1.0
2026-04-03T00:33:24.320281+00:00 GitLab Importer Affected by VCID-49qw-j7rn-qfdf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GHSA-57rh-gr4v-j5f6.yml 38.1.0
2026-04-03T00:13:16.713202+00:00 GitLab Importer Affected by VCID-nhe2-8dtq-gqbf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6291.yml 38.1.0
2026-04-03T00:13:07.780933+00:00 GitLab Importer Affected by VCID-epys-8p8v-zugv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/GMS-2024-51.yml 38.1.0
2026-04-03T00:10:03.678598+00:00 GitLab Importer Affected by VCID-engr-q4ge-53dc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-6134.yml 38.1.0
2026-04-03T00:01:32.652557+00:00 GitLab Importer Affected by VCID-dxj3-8sk5-mfdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-3916.yml 38.1.0
2026-04-02T23:51:57.387761+00:00 GitLab Importer Affected by VCID-yaxc-7za7-zbbe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2023-1664.yml 38.1.0
2026-04-02T23:47:39.734180+00:00 GitLab Importer Affected by VCID-2xyb-g3n4-n3ca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1274.yml 38.1.0
2026-04-02T23:30:38.550279+00:00 GitLab Importer Affected by VCID-n23y-qjaf-tfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-0225.yml 38.1.0
2026-04-02T23:30:36.504275+00:00 GitLab Importer Affected by VCID-em5z-nvqy-fucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3856.yml 38.1.0
2026-04-02T23:30:35.954131+00:00 GitLab Importer Affected by VCID-gndk-728r-9yh7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3632.yml 38.1.0
2026-04-02T23:09:52.099317+00:00 GitLab Importer Affected by VCID-fknh-1j7d-jyeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1466.yml 38.1.0
2026-04-02T23:07:53.680210+00:00 GitLab Importer Affected by VCID-3bcu-tbpy-gfg6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-20323.yml 38.1.0
2026-04-01T18:10:57.552498+00:00 GitLab Importer Affected by VCID-2xyb-g3n4-n3ca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1274.yml 38.0.0
2026-04-01T17:52:09.482224+00:00 GitLab Importer Affected by VCID-n23y-qjaf-tfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-0225.yml 38.0.0
2026-04-01T17:52:07.044593+00:00 GitLab Importer Affected by VCID-em5z-nvqy-fucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3856.yml 38.0.0
2026-04-01T17:52:06.405353+00:00 GitLab Importer Affected by VCID-gndk-728r-9yh7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-3632.yml 38.0.0
2026-04-01T17:29:35.870860+00:00 GitLab Importer Affected by VCID-fknh-1j7d-jyeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2022-1466.yml 38.0.0
2026-04-01T17:27:17.459117+00:00 GitLab Importer Affected by VCID-3bcu-tbpy-gfg6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.keycloak/keycloak-core/CVE-2021-20323.yml 38.0.0