JULY 2026
WSA-2026-07-0002 Unauthenticated Authentication Bypass in the SAML Service Provider – Access Manager
2026-07-20- Unauthenticated Authentication Bypass in the SAML Service Provider – Access Manager
Release Date: 20 Jul 2026
Last Updated: 20 Jul 2026
Identifiers: WSA-2026-07-0002
Severity: HIGH- CVSS 4.0 Base 8.7 – CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:L/SI:L/SA:N
1. Executive Summary
⚠️ This vulnerability affects any Access Manager with a SAML federation configured. Depending on the identity provider configuration, it may require no authentication and no user interaction.
A high-severity vulnerability has been identified in the SAML Service Provider of the WALLIX Access Manager portal. A remote attacker with network access to the portal can obtain an authenticated administrator session without valid credentials.
Because the Access Manager brokers access to a fleet of Bastions, an administrator session can reach the targets and privileged credentials the portal is configured to broker – i.e. the capabilities of a malicious Access Manager administrator. It does not grant administration of the Bastions themselves. We strongly urge affected customers to upgrade promptly and to review affected portals for signs of misuse. A security patch is available.
? Coordinated public disclosure – act before September.
The independent security researchers who reported these vulnerabilities intend to publish full technical details in September 2026 Once released, information useful to attackers will be in the public domain. Apply the fixes as soon as they are available and well ahead of the September disclosure.
Do not wait.
2. Affected Products & Scope
| Product | Impacted Versions | Status |
| WALLIX Access Manager | All versions with a SAML federation configured | Vulnerable |
| WALLIX Access Manager | Instances with no SAML federation configured | Not affected (via this vector) |
| WALLIX Access Manager | 5.1.10, 5.2.7, 6.0.4 and higher | Patched |
? The defect is present in every reviewed version and no remediation commit exists as of 5.1.9, 5.2.6 or 6.0.3.
? Risk Assessment
Exploitation requires network access to the portal’s SAML Assertion Consumer Service (ACS), exposed by default on 443. The attack surface is enabled as soon as at least one SAML federation domain exists on the portal — a common, documented enterprise deployment.
Depending on your identity provider configuration, exploitation may require no authentication at all, or the ability to observe one legitimate SSO login. In either case the result is a privileged, unauthenticated authentication bypass.
Hardened SAML settings do not mitigate this. Signature verification and IdP certificate pinning are performed and behave correctly; the vulnerability lies elsewhere in the validation flow.
3. Vulnerability Details
Type: CWE-347 (Improper Verification of Cryptographic Signature) ; CWE-290 (Authentication Bypass by Spoofing).
Description: A flaw in the portal’s SAML response validation allows a remote attacker to have a forged SAML response accepted as valid and to be logged in under an attacker-chosen identity and privilege level, including the highest-privileged profile
Technical exploitation details, indicators of compromise, and detection guidance are provided to customers in a dedicated, access-controlled Knowledge Base article ( WSA-2026-07-0002 – Unauthenticated Authentication Bypass in the SAML Service Provider – Access Manager), available through the support portal. They are intentionally withheld from this public advisory to protect customers until patch adoption is sufficiently widespread.
4. Detection
Unlike a silent credential bypass, this attack leaves traces in the portal application logs and in the front-end access logs. Log review is therefore meaningful.
Precise indicators of compromise and log-review guidance are provided to customers in WSA-2026-07-0002 via the support portal.
5. Resolution & Action Plan
✅ Recommended Action: Apply the Security Patch
Upgrade to WALLIX Access Manager 5.1.10, 5.2.7, 6.0.4 or higher. This is the only complete remediation.
The WALLIX ONE REMOTE ACCESS SaaS environments are already up to date.
The WALLIX ONE PAM SaaS environments are currently being updated by WALLIX, in coordination with our customers
After patching, and given that a session obtained through this flaw carries full administrative rights, we strongly recommend:
- Audit accounts and configurationfor unexpected administrators (federated or local) and unauthorized changes.
- Rotate Access Manager administrator and API credentials.
- Because the portal fronts the managed Bastions, review privileged access and, where warranted, rotate secretson Bastions reachable from a compromised portal.
- Remove any unrecognized JIT-provisioned federated users and invalidate their sessions.
⚠️ Interim Mitigations (until patching)
The SAML surface can be partially fenced:
- Reduce exposure:disable or remove SAML federation domains that are not in active use; limit which organizations expose a SAML login.
- Reduce exposure: Remove or rename profile of type Administrator on organizations which need SAML
These reduce risk but do not fully close the flaw. Upgrading remains the priority.
Credits
This vulnerability was discovered and responsibly reported by Fabien J. (SNS-Security). We thank SNS-Security for their coordinated disclosure.
Contact & Support
For assistance with the mitigation steps, please contact our support by opening a ticket on the support portal.
JULY 2026
WSA-2026-07-0001 Unauthenticated Privilege Escalation in REST API – WALLIX Bastion
2026-07-20 – Unauthenticated Privilege Escalation in REST API – Bastion
[SECURITY ADVISORY] Unauthenticated Privilege Escalation in REST API – WALLIX Bastion
Release Date: 20 Jul 2026
Last Updated: 20 Jul 2026
Identifiers: WSA-2026-07-0001
Severity: CRITICAL – CVSS 4.0 Base 10.0 – CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
1. Executive Summary
This vulnerability affects any operational Bastion 12.3 and 12.4.0 in any configuration.
It requires no authentication, no user interaction, and no special settings.
A critical vulnerability has been identified in the WALLIX Bastion REST API. A remote, unauthenticated attacker with network access to the API endpoint can obtain full administrative privileges on the appliance.
Successful exploitation grants complete control over the Bastion, including its configuration, its vault of privileged credentials, and its session recordings. We strongly urge all affected customers to upgrade without delay and to treat affected appliances as potentially compromised. A security patch is available.
? Coordinated public disclosure – act before September.
The independent security researchers who reported these vulnerabilities intend to publish full technical details in September 2026 Once released, information useful to attackers will be in the public domain. Apply the fixes as soon as they are available and well ahead of the September disclosure.
Do not wait.
2. Affected Products & Scope
| Product | Impacted Versions | Status |
| WALLIX Bastion | All versions 12.0.x | Not affected |
| WALLIX Bastion | All versions prior to 12.3.0 | Not affected |
| WALLIX Bastion | All versions from 12.3.0 to 12.3.6 | Vulnerable |
| WALLIX Bastion | Version 12.4.0 | Vulnerable |
| WALLIX Bastion | Version 12.3.7 Version 12.4.1 and higher |
Patched |
The affected code path was introduced in the 12.3 branch. Versions below 12.3 are not affected.
? Risk Assessment
Exploitation requires only network access to the REST API endpoint (typically exposed on HTTPS / 443) on an operational appliance. No credentials, valid session, or user interaction are needed. Any Bastion actively in service should be considered exposed.
3. Vulnerability Details
Type: CWE-290 (Authentication Bypass by Spoofing) / CWE-287 (Improper Authentication).
Description: Under certain conditions the REST API authentication layer can be induced to grant a privileged administrative session without valid credentials.
Access: Remote, network access to the API endpoint. No authentication required.
Technical exploitation details are intentionally withheld to protect customers until patch adoption is sufficiently widespread.
4. Detection & Indicators of Compromise
State-changing actions are logged. Operations that modify state (creating/editing users, changing configuration) are recorded in /var/log/wabaudit.log. Entries follow this format:
<date> <host> wabengine: [wabaudit] action=”<verb>” type=”<Object>” object=”<name>” user=”<actor>” client_ip=”<ip>” infos=”<changed fields>”
These informations are also sent to a SIEM system if configured.
Primary indicator — administrator creation performed by the internal service account identity. A session obtained through this vulnerability acts as an internal service account principal from the loopback address. Any wabaudit.log entry such as the following is highly suspicious, because a legitimate administrator action is never recorded this way:
Jul 4 14:12:07 bastion wabengine: [wabaudit] action=”add” type=”XXX” object=”XXX” user=”XXXX” client_ip=”127.0.0.1″ infos=”cn [‘backdoor’], profile [‘product_administrator’], userPassword [‘********’], userauths [‘local_password’ ]”
Look in particular for:
- client_ip=”127.0.0.1″ on any state-changing action (action=”add”, “edit”, “delete”) — especially type=”User” creating a product_administrator. This actor/IP pair for administrative changes is the strongest indicator of exploitation.
- Creation of administrator accounts you did not provision, or configuration/authorization changes with no matching interactive administrator login.
Review scope: examine /var/log/wabaudit.log (and rotated archives) — and, for credential-checkout activity, /var/log/vault-activity.log — across the entire window during which an affected version was network-reachable. Log review can confirm compromise but can never rule it out.
Exploitation can be entirely invisible.
Control Release of first version affected is 10 Feb 2026 , if you don´t have a logs retention (either on Bastion or in SIEM) before this date or installation of vulnerable version, you will not be able to assert if a exploitation was made.
Absence of evidence must not be interpreted as absence of compromise. Treat any affected, network-reachable appliance as potentially fully compromised, including all vault secrets.
5. Resolution & Action Plan
Recommended Action: Apply the Security Patch
Upgrade to WALLIX Bastion 12.4.1 or higher. This is the only effective remediation.
The WOPAM SaaS environments are currently being updated by WALLIX, in coordination with our customers.
Because exploitation may leave no trace (see §4), after patching we strongly recommend, if you can not assert that no exploitation was made:
- Rotate all secrets held in the vault(target account passwords, SSH keys, API keys). Assume every secret the appliance stored may have been read.
- Rotate Bastion administrator and API credentials.
- Audit accounts and configurationfor unexpected administrators or unauthorized changes, using the indicators in §4.
Credits
This vulnerability was discovered and responsibly reported by Fabien J. (SNS-Security). We thank SNS-Security for their coordinated disclosure.
Contact & Support
For assistance with the mitigation steps, please contact our support by opening a ticket on the support portal.
MARCH 2026
Release Date: March 16, 2026 Last Updated: March 16, 2026 Severity: HIGH Identifiers: WSA-2026-02-0001
1. Executive Summary
Note: Most users are not affected by this vulnerability as it requires a specific, non-default configuration to be triggered.
A security vulnerability has been identified in Access Manager regarding the handling of credentials in system logs. Under specific debugging conditions and when a specific feature is enabled, plain-text passwords may be written to the local log files. We have released a security patch and provide immediate mitigation steps below.
2. Affected Products & Scope
| Product | Impacted Versions | Status |
| Access Manager | All 5.2 versions up to v5.2.3
All 5.1 versions up to v5.1.6 |
Vulnerable |
| Access Manager | All 5.2 versions from v5.2.4
All 5.1 versions from v5.1.7 |
Patched |
? Risk Assessment
This vulnerability only triggers if BOTH of the following conditions are met:
1. “Default” Log level or “WALLIX Bastion REST API” Log level is set to DEBUG, TRACE, or ALL (Default setting is “Default”) on the Access Manager
2. Users are authorized to perform password checkouts from the Access Manager.
3. Vulnerability Details
· Type: CWE-532 (Insertion of Sensitive Information into Log File)
· Description: When the system is set to DEBUG log level, the module WALLIX Bastion REST API fails to mask the password string.
· Access: Local access to the log files is required to exploit this vulnerability.
4. Resolution & Action Plan
✅ Recommended Action: Apply Security Patch
1. We recommend upgrading to Access Manager v5.1.7 or v5.2.4 (or higher) which introduces mandatory masking of sensitive strings regardless of log levels.
2. As a precautionary measure, we strongly recommend rotating any passwords that were used or processed while the system was in the vulnerable configuration (see Risk assessment).
⚠️ Immediate Workaround (If update is not possible)
If you cannot upgrade immediately, you can mitigate the risk by performing either of the following:
1. Disable Debug Logging: Ensure your Log level is not set to DEBUG, TRACE or ALL.
2. Purge Logs: Delete existing debug log files containing historical data.
Contact & Support
If you have questions or require assistance with the mitigation steps, please contact our support by opening a ticket on the support portal.
JULY 2025
CVE WSA-2025-07-001 Web Target Credentials Leak
Title: CVE WSA-2025-07-001 Web Target Credentials Leak
Date: July 2025
Summary
A high-severity vulnerability (CVSS Base Score 7.7) has been discovered in WALLIX Web Session Manager 4.0.7 (currently in Controlled Release).
Vulnerability Details
• Product: WALLIX Web Session Manager
• Affected version: 4.0.7
• Functionality: Web sessions with automatic credentials injection
• Vulnerability details: When a user accesses a web application using the credentials injection workflow, the application’s credentials may be exposed in the browser and can be retrieved through browser developer tools.
• Impact: Sensitive credentials may leak and may be used for uncontrolled access to targets
• Severity:
◦ CVSS Basic: 7.7 (/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N)
◦ CVSS Environmental: 9.4 (/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N/E:H/RL:O/RC:C/CR:H)
Fix versions
WALLIX Web Session Manager hotfix version 4.0.9 will be available early August 2025.
How to check if I use that feature?
1 Check if you have set up a WALLIX Web Session Manager 4.0.7 => Connect as an admin to the solution: the version number is displayed on the landing page.
2 Verify if you have configured web application targets:
1 Web application target creation => please refer to the WALLIX Bastion 12.2 functional administration guide “10.4. Add a web application” section
2 Web application account creation => please refer to the WALLIX Bastion 12.2 functional administration guide “12.1 Add target accounts” section
3 Web application account in a target group => please refer to the WALLIX Bastion 12.2 functional administration guide “12.2 Add target groups” section
4 Web connexion policy with injection credential as authentication method => please refer to the WALLIX Bastion 12.2 functional administration guide “11.3.1. Web application connection policy” section
Mitigation
WALLIX recommends disabling injection credentials workflow with web sessions and rely on manual authentication (interactive login).
MARCH 2025
CVE XXX WSA-202503-1 AD Discovery: credentials of the service account configured in the external authentication used to retrieve data from AD and retrieved data are sent in clear.
CVE XXX WSA-202503-1 AD Discovery: credentials of the service account configured in the external authentication used to retrieve data from AD and retrieved data are sent in clear.
A high vulnerability has been discovered (rated: CVSS 8.9).
Affected products
· From 10.0.0 to 10.0.10, WALLIX Bastion included
· From 12.0.0 to 12.0.8, WALLIX Bastion included
· All out-of-support versions are potentially affected
Summary
· Product: WALLIX Bastion – Discovery module
· Functionality: Asset discovery using an encrypted connection authenticated by GSS-API/STARTTLS to an Active Directory
· Vulnerability details: WALLIX Bastion sends information during a scan, about devices and their accounts with an Active Directory using GSS-API or STARTTLS. Other features relying on Active Directory integration are not impacted.
· Impact: The service account credentials may leak and sensitive data retrieved from the configured Active Directory is not encrypted.
· Fixed software
• WALLIX Bastion 12.0.9 available 2025/03/26
• WALLIX Bastion 10 patch available 2025/03/28
The following WALLIX Security Bulletin provides information on the vulnerability, recommandations and workarounds: WSA-202503-1 https://support.wallix.com/hc/en-us/articles/25925255587613-WSA-202503-1
CVE XXX WSA-202503-2 WIN RM
AD Discovery: AD Discovery: credentials of the service account configured during a scan and used to retrieve data from AD and retrieved data are sent in clear.
A high vulnerability has been discovered (rated: CVSS 8.9).
Affected products
· From 10.0.0 to 10.0.10, WALLIX Bastion included
· From 12.0.0 to 12.0.8, WALLIX Bastion included
· All out-of-support versions are potentially affected
Summary
· Product: WALLIX Bastion – Discovery module
· Functionality: Asset discovery with account discovery enabled
· Vulnerability details: WALLIX Bastion sends information during a scan, about devices and their accounts with an Active Directory. Other features relying on Active Directory integration are not impacted.
· Impact: The service account credentials may leak.
· Fixed software
• WALLIX Bastion 12.0.9 available 2025/03/26
• WALLIX Bastion 10 patch available 2025/03/28
The following WALLIX Security Bulletin provides information on the vulnerability, recommandations and workarounds:
WSA-202503-2 https://support.wallix.com/hc/en-us/articles/25925620269213-WSA-202503-2
Operation and public announcements
WALLIX is not aware of any public announcements or malicious uses of the vulnerability described in this advisory. However, it is recommended to look for any abnormal activity on WALLIX Bastion and associated Active Directories.
For any questions or further information, please contact the support team at https://support.wallix.com.
NOVEMBER 2024
CVE-2024-XXXXX – Disabled / Expired useraccount bypass
A CRITICAL vulnerability (rated 9.1: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L) has been discovered in WALLIX Bastion and WALLIX Access Manager.
A CVE number has been requested, and we are currently awaiting its assignment.
Summary
|
Product
|
Feature
|
Vulnerability details
|
Impact
|
How to check if I use that feature
|
|
WALLIX Bastion
|
User authentication with SSH key stored in LDAP or Active Directory
|
WALLIX Bastion does not check Expired or Disabled flags.
|
User may be able authenticate on the WALLIX Bastion and to access to their SSH targets
|
In Configuration > Authentication Domains > Active Directory or LDAP, SSH public key attribute is defined
|
|
WALLIX Bastion
|
User authentication with X.509 certificate stored in LDAP or Active Directory
|
WALLIX Bastion does not check Expired or Disabled flags.
|
User may be able to authenticate on the WALLIX Bastion GUI and to access their targets
|
Both conditions below hold:
|
|
WALLIX Access Manager
|
User authentication with X.509 certificate stored in Active Directory
|
WALLIX Access Manager does not check Expired flags.
|
User may be able to authenticate on the WALLIX Access Manager GUI and to access their targets
|
In global organization, Configuration > Domains > Select LDAP Domain, Allow X509 Cert. Authentication is checked
|
Affected Products
-
All WALLIX Bastion 12.0 versions up to 12.0.3 included
-
All WALLIX Bastion 11.0
-
All WALLIX Bastion 10.1, 10.2, 10.3, 10.4
-
All WALLIX Bastion 10.0 up to 10.0.9 included
-
All WALLIX Bastion 9.0, 9.1
-
All previous WALLIX Bastion may be affected
-
WALLIX Access Manager 5.1.0
-
All WALLIX Access Manager 5.0 versions
-
All WALLIX Access Manager 4.4 versions
-
All WALLIX Access Manager 4.0 versions up to 4.0.7 included
-
All previous WALLIX Access Manager may be affected
Indicator of Compromise
Workarounds
-
WALLIX Bastion, go to Configuration > Configuration Options > Global > (Advanced options) > Ldap attributes and add:
-
“userAccountControl” for Active Directory
-
“krbPasswordExpiration” for FreeIPA.
-
-
WALLIX Access Manager is not affected by this vulnerability
-
WALLIX Bastion 12.0.4, available now https://updates.wallix.com/bastion/bastion-12.0.4.iso
-
WALLIX Access Manager 5.1.1, available now https://updates.wallix.com/accessmanager/accessmanager-5.1.1.1.iso
-
WALLIX Bastion 10.0.10, available November 22nd
-
WALLIX Access Manager 4.0.8, available November 22nd
DECEMBER 2023
Potential sensitive information disclosure CVE-2023-49961
SUMMARY
A vulnerability has been discovered in the WALLIX products that may allow an attacker to access sensitive information. The attacker could use this vulnerability to gain illegitimate accesses.
WALLIX recommends to immediately apply the published fixes, or before it is applied, the workaround described below.
Affected Products
All supported versions of WALLIX Bastion and Access Manager as an appliance.
Workarounds
The following article of our knowledge base provides you with the mitigation procedure.
- Access Manager As Appliance: https://wallix.lightning.force.com/lightning/r/Knowledge__kav/ka0Sb00000007O5IAI/view
- Bastion: https://wallix.lightning.force.com/lightning/r/Knowledge__kav/ka0Sb00000005irIAA/view
Fixed Software
Hotfixes versions and patches are available on our download portal:
-
Bastion 9.0.9 : https://cloud.wallix.com/index.php/s/DBkJWdtsPjW7BSn (SHA256: dc5e3fda310a94cd54835800718cc1ec02084a126f79c82dde465eff40d698a4 )
-
Bastion 10.0.5 : https://cloud.wallix.com/index.php/s/PYjdncJSTaEBRSg (SHA256: 65cdc9b49dfa2160a4a8489fd1c61cad1a48444dbb86cb4a9ac0f4ff527d1197 )
Exploitation and Public Annoncements
WALLIX is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.
However, it is recommended to look for any abnormal activity on the WALLIX Bastions and WALLIX Access Manager. It is recommended also to ensure that Bastion and Access Manager firewall are enabled.
FEBRUARY 2023
Access Manager privilege escalation CVE-2023-23592
February 2023
Access Manager privilege escalation CVE-2023-23592
SUMMARY
A vulnerability has been discovered in the WALLIX Access Manager product that may allow an attacker to access sensitive information. The attacker could use this vulnerability to gain illegitimate accesses.
WALLIX recommends to immediately apply the published fixes, or before it is applied, the workaround described below.
Affected Products
All versions of WALLIX Access Manager.
Workarounds
The following article of our knowledge base provides you with the workaround procedure.
https://support.wallix.com/s/article/How-can-I-mitigate-CVE-2023-23592
Fixed Software
Hotfixes versions are available on our download portal:
Exploitation and Public Announcements
WALLIX is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. However, it is recommended to look for any abnormal activity on the WALLIX Bastions that are connected to WALLIX Access Manager. In particular it is recommended to look for unusual IP used by privileged users that may be used by multiple user accounts.
Source
Internal security checks
DECEMBER 2021
Log4J remote code execution vulnerability (CVE-2021-44228)
SUMMARY
Alibaba Cloud Security Team published a vulnerability in log4j, a common Java logging library on the 9th of December 2021. (CVE-2021-44228) This vulnerability allows for unauthenticated remote code execution on Java applications.
Affected Products
All versions of WALLIX Access Manager
Workarounds
The default configuration of WALLIX Access Manager prevents from exploiting the said vulnerability on the login field.
However, in order to prevent any possibility to find an exploit in the event of a modification of the default configuration of the WALLIX Access Manager, the WALLIX team proposes a patch which deactivates the faulty class of the log4j library.
This patch applies to all releases of Access Manager from 2.0 version on.
The following article of our knowledge base provides you with the access to the patch as well as the procedure to install it.
https://support.wallix.com/s/article/CVE-2021-44228-Mitigation-procedure
Fixed Software
An update of the Log4J version is planned alongside the Access Manager version 3.0.11.
This version is planned to be released by the end of December 2021.
Exploitation and Public Announcements
WALLIX is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. However, it is recommended to look for any abnormal activity on the WALLIX Bastions that are connected to WALLIX Access Manager. In particular it is recommended to look for creation of new users or authorizations especially since the publication of the CVE
Source
Alibaba Cloud Security Team published a vulnerability in log4j, a common Java logging library on the 9th of December 2021. (CVE-2021-44228)
JANUARY 2021
Sudo Privilege Escalation affecting WALLIX Products – CVE-2021-3156
SUMMARY
The Qualys Research Team has discovered a heap overflow vulnerability in sudo (CVE-2021-3156), any local unprivileged user can gain root privileges on a vulnerable host using a default sudo configuration by exploiting this vulnerability.
sudo can only be exploited locally. This means that either :
- The user is connected on the WALLIX Bastion, through the wabadmin account, on the administration interface. This user can then exploit sudo to become root and bypass all securities of WALLIX Bastion
- A Remote Code Exploitation (RCE) vulnerability exists in another piece of WALLIX software or third party, that will provides a local shell. After successfully exploiting this vulnerability, the attacker will be able to exploit sudo to become root. To WALLIX knowledge, an up-to-date Bastion does not have such vulnerability
Affected Products
- All versions prior to WALLIX Bastion 8.0.6 (included)
- All versions 8.1 and 8.2
Workarounds
There is no workaround to this vulnerability
Fixed Software
This vulnerability is fixed from the WALLIX Bastion 8.0.7 on, and 7.0.14 on.
- A Fix Patch is available for version 8.0.6 and before (it applies for 8.1 and 8.2 versions)
- A Fix patch is available for version 7.0.13 and before
These elements are available on our download site : WALLIX Support: Patches
Exploitation and Public Announcements
WALLIX is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.
Source
On January 26, 2021, Qualys publicly disclosed this vulnerability in a security bulletin at the following link: https://blog.qualys.com