Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/cacti@1.2.24%2Bds1-1%2Bdeb12u5
purl pkg:deb/debian/cacti@1.2.24%2Bds1-1%2Bdeb12u5
Next non-vulnerable version 1.2.30+ds1-1
Latest non-vulnerable version 1.2.30+ds1-1
Risk 3.4
Vulnerabilities affecting this package (3)
Vulnerability Summary Fixed by
VCID-4e5y-1s19-r7g7
Aliases:
CVE-2025-66399
Cacti is an open source performance and fault management framework. Prior to 1.2.29, there is an input-validation flaw in the SNMP device configuration functionality. An authenticated Cacti user can supply crafted SNMP community strings containing control characters (including newlines) that are accepted, stored verbatim in the database, and later embedded into backend SNMP operations. In environments where downstream SNMP tooling or wrappers interpret newline-separated tokens as command boundaries, this can lead to unintended command execution with the privileges of the Cacti process. This vulnerability is fixed in 1.2.29.
1.2.30+ds1-1
Affected by 0 other vulnerabilities.
VCID-pxqa-nkv3-jqfs
Aliases:
CVE-2023-30534
Multiple vulnerabilities have been discovered in Cacti, the worst of which can lead to privilege escalation.
1.2.30+ds1-1
Affected by 0 other vulnerabilities.
VCID-xkkm-ss3p-1udc
Aliases:
CVE-2023-46490
SQL Injection vulnerability in Cacti v1.2.25 allows a remote attacker to obtain sensitive information via the form_actions() function in the managers.php function.
1.2.30+ds1-1
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (22)
Vulnerability Summary Aliases
VCID-3y7d-ujep-4ydm Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, Cacti calls `compat_password_hash` when users set their password. `compat_password_hash` use `password_hash` if there is it, else use `md5`. When verifying password, it calls `compat_password_verify`. In `compat_password_verify`, `password_verify` is called if there is it, else use `md5`. `password_verify` and `password_hash` are supported on PHP < 5.5.0, following PHP manual. The vulnerability is in `compat_password_verify`. Md5-hashed user input is compared with correct password in database by `$md5 == $hash`. It is a loose comparison, not `===`. It is a type juggling vulnerability. Version 1.2.27 contains a patch for the issue. CVE-2024-34340
VCID-44fx-4w2y-y3dy Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, some of the data stored in `form_save()` function in `graph_template_inputs.php` is not thoroughly checked and is used to concatenate the SQL statement in `draw_nontemplated_fields_graph_item()` function from `lib/html_form_templates.php` , finally resulting in SQL injection. Version 1.2.27 contains a patch for the issue. CVE-2024-31458
VCID-4twv-1yys-eban Cacti is an open source performance and fault management framework. Due to a flaw in multi-line SNMP result parser, authenticated users can inject malformed OIDs in the response. When processed by ss_net_snmp_disk_io() or ss_net_snmp_disk_bytes(), a part of each OID will be used as a key in an array that is used as part of a system command, causing a command execution vulnerability. This vulnerability is fixed in 1.2.29. CVE-2025-22604
VCID-6t6n-ws5n-wkay Cacti provides an operational monitoring and fault management framework. Prior to 1.2.27, some of the data stored in `form_save()` function in `data_queries.php` is not thoroughly checked and is used to concatenate the HTML statement in `grow_right_pane_tree()` function from `lib/html.php` , finally resulting in cross-site scripting. Version 1.2.27 contains a patch for the issue. CVE-2024-31443
VCID-6ze5-dqdn-ykg3 Cacti is an open source performance and fault management framework. Prior to 1.2.29, an administrator can change the `Poller Standard Error Log Path` parameter in either Installation Step 5 or in Configuration->Settings->Paths tab to a local file inside the server. Then simply going to Logs tab and selecting the name of the local file will show its content on the web UI. This vulnerability is fixed in 1.2.29. CVE-2024-45598
VCID-7m68-seeq-tuae Cacti is an open source performance and fault management framework. Some of the data stored in automation_tree_rules.php is not thoroughly checked and is used to concatenate the SQL statement in build_rule_item_filter() function from lib/api_automation.php, resulting in SQL injection. This vulnerability is fixed in 1.2.29. CVE-2025-24368
VCID-85gc-u991-z3dw Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, an arbitrary file write vulnerability, exploitable through the "Package Import" feature, allows authenticated users having the "Import Templates" permission to execute arbitrary PHP code on the web server. The vulnerability is located within the `import_package()` function defined into the `/lib/import.php` script. The function blindly trusts the filename and file content provided within the XML data, and writes such files into the Cacti base path (or even outside, since path traversal sequences are not filtered). This can be exploited to write or overwrite arbitrary files on the web server, leading to execution of arbitrary PHP code or other security impacts. Version 1.2.27 contains a patch for this issue. CVE-2024-25641
VCID-be57-gxmc-vqd4 Cacti is an open source performance and fault management framework. The `fileurl` parameter is not properly sanitized when saving external links in `links.php` . Morever, the said fileurl is placed in some html code which is passed to the `print` function in `link.php` and `index.php`, finally leading to stored XSS. Users with the privilege to create external links can manipulate the `fileurl` parameter in the http post request while creating external links to perform stored XSS attacks. The vulnerability known as XSS (Cross-Site Scripting) occurs when an application allows untrusted user input to be displayed on a web page without proper validation or escaping. This issue has been addressed in release version 1.2.28. All users are advised to upgrade. There are no known workarounds for this issue. CVE-2024-43362
VCID-cqr3-wwhj-tyck In Cacti 1.2.19, there is an authentication bypass in the web login functionality because of improper validation in the PHP code: cacti_ldap_auth() allows a zero as the password. CVE-2022-48538
VCID-fhtp-y9a5-vqgj Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, a SQL injection vulnerability in `automation_get_new_graphs_sql` function of `api_automation.php` allows authenticated users to exploit these SQL injection vulnerabilities to perform privilege escalation and remote code execution. In `api_automation.php` line 856, the `get_request_var('filter')` is being concatenated into the SQL statement without any sanitization. In `api_automation.php` line 717, The filter of `'filter'` is `FILTER_DEFAULT`, which means there is no filter for it. Version 1.2.27 contains a patch for the issue. CVE-2024-31445
VCID-hj89-pnag-3fer Cacti is an open source performance and fault management framework. An admin user can create a device with a malicious hostname containing php code and repeat the installation process (completing only step 5 of the installation process is enough, no need to complete the steps before or after it) to use a php file as the cacti log file. After having the malicious hostname end up in the logs (log poisoning), one can simply go to the log file url to execute commands to achieve RCE. This issue has been addressed in version 1.2.28 and all users are advised to upgrade. There are no known workarounds for this vulnerability. CVE-2024-43363
VCID-jkca-shmj-mbbu Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, there is a file inclusion issue in the `lib/plugin.php` file. Combined with SQL injection vulnerabilities, remote code execution can be implemented. There is a file inclusion issue with the `api_plugin_hook()` function in the `lib/plugin.php` file, which reads the plugin_hooks and plugin_config tables in database. The read data is directly used to concatenate the file path which is used for file inclusion. Version 1.2.27 contains a patch for the issue. CVE-2024-31459
VCID-k7kv-za2s-dud5 Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, some of the data stored in `automation_tree_rules.php` is not thoroughly checked and is used to concatenate the SQL statement in `create_all_header_nodes()` function from `lib/api_automation.php` , finally resulting in SQL injection. Using SQL based secondary injection technology, attackers can modify the contents of the Cacti database, and based on the modified content, it may be possible to achieve further impact, such as arbitrary file reading, and even remote code execution through arbitrary file writing. Version 1.2.27 contains a patch for the issue. CVE-2024-31460
VCID-khhn-9sja-sfgr Cacti is an open source performance and fault management framework. An authenticated Cacti user can abuse graph creation and graph template functionality to create arbitrary PHP scripts in the web root of the application, leading to remote code execution on the server. This vulnerability is fixed in 1.2.29. CVE-2025-24367
VCID-mebp-4rfu-vqcq DOMpurify has a nesting-based mXSS DOMpurify was vulnerable to nesting-based mXSS fixed by [0ef5e537](https://github.com/cure53/DOMPurify/tree/0ef5e537a514f904b6aa1d7ad9e749e365d7185f) (2.x) and [merge 943](https://github.com/cure53/DOMPurify/pull/943) Backporter should be aware of GHSA-mmhx-hmjr-r674 (CVE-2024-45801) when cherry-picking POC is avaible under [test](https://github.com/cure53/DOMPurify/blob/0ef5e537a514f904b6aa1d7ad9e749e365d7185f/test/test-suite.js#L2098) CVE-2024-47875
GHSA-gx9m-whjm-85jf
VCID-qnz1-w7bb-97ee Cross Site Scripting (XSS) vulnerability in Cacti 1.2.21 via crafted POST request to graphs_new.php. CVE-2022-41444
VCID-s8du-gzj2-gkc1 Cacti is an open source performance and fault management framework. The `title` parameter is not properly sanitized when saving external links in links.php . Morever, the said title parameter is stored in the database and reflected back to user in index.php, finally leading to stored XSS. Users with the privilege to create external links can manipulate the `title` parameter in the http post request while creating external links to perform stored XSS attacks. The vulnerability known as XSS (Cross-Site Scripting) occurs when an application allows untrusted user input to be displayed on a web page without proper validation or escaping. This issue has been addressed in release version 1.2.28. All users are advised to upgrade. There are no known workarounds for this vulnerability. CVE-2024-43364
VCID-sx2t-uzae-2fh9 Cacti is an open source performance and fault management framework. Cacti has a SQL injection vulnerability in the get_discovery_results function of automation_devices.php using the network parameter. This vulnerability is fixed in 1.2.29. CVE-2024-54145
VCID-vbs9-gben-9kgc DOMPurify vulnerable to tampering by prototype polution dompurify was vulnerable to prototype pollution Fixed by https://github.com/cure53/DOMPurify/commit/d1dd0374caef2b4c56c3bd09fe1988c3479166dc CVE-2024-48910
GHSA-p3vf-v8qc-cwcr
VCID-xdbp-7rtr-fyb7 Cacti is an open source performance and fault management framework. The`consolenewsection` parameter is not properly sanitized when saving external links in links.php . Morever, the said consolenewsection parameter is stored in the database and reflected back to user in `index.php`, finally leading to stored XSS. Users with the privilege to create external links can manipulate the “consolenewsection” parameter in the http post request while creating external links to perform stored XSS attacks. The vulnerability known as XSS (Cross-Site Scripting) occurs when an application allows untrusted user input to be displayed on a web page without proper validation or escaping. This issue has been addressed in release version 1.2.28. All users are advised to upgrade. There are no known workarounds for this vulnerability. CVE-2024-43365
VCID-y683-kz6e-afhv Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, some of the data stored in `automation_tree_rules_form_save()` function in `automation_tree_rules.php` is not thoroughly checked and is used to concatenate the HTML statement in `form_confirm()` function from `lib/html.php` , finally resulting in cross-site scripting. Version 1.2.27 contains a patch for the issue. CVE-2024-31444
VCID-zxu5-equ9-1kam A HTML injection vulnerability exists in the file upload functionality of Cacti <= 1.2.29. When a file with an invalid format is uploaded, the application reflects the submitted filename back into an error popup without proper sanitization. As a result, attackers can inject arbitrary HTML elements (e.g., <h1>, <b>, <svg>) into the rendered page. NOTE: Multiple third-parties including the maintainer have stated that they cannot reproduce this issue after 1.2.27. CVE-2025-45160

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T13:00:05.431402+00:00 Debian Importer Fixing VCID-zxu5-equ9-1kam https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:59:59.430337+00:00 Debian Importer Affected by VCID-xkkm-ss3p-1udc https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:26:25.272647+00:00 Debian Importer Affected by VCID-pxqa-nkv3-jqfs https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:25:00.273184+00:00 Debian Importer Fixing VCID-cqr3-wwhj-tyck https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:15:33.284124+00:00 Debian Importer Affected by VCID-4e5y-1s19-r7g7 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T00:56:47.977194+00:00 Debian Oval Importer Fixing VCID-k7kv-za2s-dud5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:54:10.072591+00:00 Debian Oval Importer Fixing VCID-sx2t-uzae-2fh9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:54:00.434331+00:00 Debian Oval Importer Fixing VCID-mebp-4rfu-vqcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:57:43.224988+00:00 Debian Oval Importer Fixing VCID-44fx-4w2y-y3dy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:10:08.479712+00:00 Debian Oval Importer Fixing VCID-fhtp-y9a5-vqgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:10:05.148082+00:00 Debian Oval Importer Fixing VCID-6ze5-dqdn-ykg3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:59:08.657504+00:00 Debian Oval Importer Fixing VCID-6t6n-ws5n-wkay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:33:49.253475+00:00 Debian Oval Importer Fixing VCID-4twv-1yys-eban https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:27:36.912791+00:00 Debian Oval Importer Fixing VCID-khhn-9sja-sfgr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:40:25.128329+00:00 Debian Oval Importer Fixing VCID-3y7d-ujep-4ydm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:37:43.528147+00:00 Debian Oval Importer Fixing VCID-jkca-shmj-mbbu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:43:03.836859+00:00 Debian Oval Importer Fixing VCID-7m68-seeq-tuae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:37:59.166270+00:00 Debian Oval Importer Fixing VCID-be57-gxmc-vqd4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:37:34.685789+00:00 Debian Oval Importer Fixing VCID-vbs9-gben-9kgc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:07:13.021856+00:00 Debian Oval Importer Fixing VCID-qnz1-w7bb-97ee https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:58:36.868313+00:00 Debian Oval Importer Fixing VCID-s8du-gzj2-gkc1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:26:45.714742+00:00 Debian Oval Importer Fixing VCID-y683-kz6e-afhv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:01:27.141709+00:00 Debian Oval Importer Fixing VCID-xdbp-7rtr-fyb7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:43:03.236640+00:00 Debian Oval Importer Fixing VCID-85gc-u991-z3dw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:38:35.851402+00:00 Debian Oval Importer Fixing VCID-hj89-pnag-3fer https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-13T08:56:04.148078+00:00 Debian Importer Fixing VCID-zxu5-equ9-1kam https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:55:59.350994+00:00 Debian Importer Affected by VCID-xkkm-ss3p-1udc https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:30:54.099701+00:00 Debian Importer Affected by VCID-pxqa-nkv3-jqfs https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:29:54.771640+00:00 Debian Importer Fixing VCID-cqr3-wwhj-tyck https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:23:04.893502+00:00 Debian Importer Affected by VCID-4e5y-1s19-r7g7 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T00:29:06.533407+00:00 Debian Oval Importer Fixing VCID-k7kv-za2s-dud5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:26:33.630028+00:00 Debian Oval Importer Fixing VCID-sx2t-uzae-2fh9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:26:23.329767+00:00 Debian Oval Importer Fixing VCID-mebp-4rfu-vqcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:31:55.090288+00:00 Debian Oval Importer Fixing VCID-44fx-4w2y-y3dy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:46:06.701555+00:00 Debian Oval Importer Fixing VCID-fhtp-y9a5-vqgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:46:03.500523+00:00 Debian Oval Importer Fixing VCID-6ze5-dqdn-ykg3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:35:26.458103+00:00 Debian Oval Importer Fixing VCID-6t6n-ws5n-wkay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:15:05.829998+00:00 Debian Oval Importer Fixing VCID-4twv-1yys-eban https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:09:08.098054+00:00 Debian Oval Importer Fixing VCID-khhn-9sja-sfgr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:24:53.046275+00:00 Debian Oval Importer Fixing VCID-3y7d-ujep-4ydm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:22:17.771681+00:00 Debian Oval Importer Fixing VCID-jkca-shmj-mbbu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:29:07.944352+00:00 Debian Oval Importer Fixing VCID-7m68-seeq-tuae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:24:12.017684+00:00 Debian Oval Importer Fixing VCID-be57-gxmc-vqd4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:23:47.426773+00:00 Debian Oval Importer Fixing VCID-vbs9-gben-9kgc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:53:48.927862+00:00 Debian Oval Importer Fixing VCID-qnz1-w7bb-97ee https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:45:15.060232+00:00 Debian Oval Importer Fixing VCID-s8du-gzj2-gkc1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:13:57.883473+00:00 Debian Oval Importer Fixing VCID-y683-kz6e-afhv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:49:01.427647+00:00 Debian Oval Importer Fixing VCID-xdbp-7rtr-fyb7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:30:50.087596+00:00 Debian Oval Importer Fixing VCID-85gc-u991-z3dw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:26:28.877256+00:00 Debian Oval Importer Fixing VCID-hj89-pnag-3fer https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-08T23:59:29.319268+00:00 Debian Oval Importer Fixing VCID-k7kv-za2s-dud5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:57:04.180096+00:00 Debian Oval Importer Fixing VCID-sx2t-uzae-2fh9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:56:55.686463+00:00 Debian Oval Importer Fixing VCID-mebp-4rfu-vqcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:04:43.621816+00:00 Debian Oval Importer Fixing VCID-44fx-4w2y-y3dy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:20:52.679526+00:00 Debian Oval Importer Fixing VCID-fhtp-y9a5-vqgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:20:49.666550+00:00 Debian Oval Importer Fixing VCID-6ze5-dqdn-ykg3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:10:49.168882+00:00 Debian Oval Importer Fixing VCID-6t6n-ws5n-wkay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:56:09.063683+00:00 Debian Oval Importer Fixing VCID-4twv-1yys-eban https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:50:28.757477+00:00 Debian Oval Importer Fixing VCID-khhn-9sja-sfgr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:10:47.970606+00:00 Debian Oval Importer Fixing VCID-3y7d-ujep-4ydm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:08:17.601646+00:00 Debian Oval Importer Fixing VCID-jkca-shmj-mbbu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:17:05.982504+00:00 Debian Oval Importer Fixing VCID-7m68-seeq-tuae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:12:24.935232+00:00 Debian Oval Importer Fixing VCID-be57-gxmc-vqd4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:12:01.624558+00:00 Debian Oval Importer Fixing VCID-vbs9-gben-9kgc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:43:38.059709+00:00 Debian Oval Importer Fixing VCID-qnz1-w7bb-97ee https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:35:37.628159+00:00 Debian Oval Importer Fixing VCID-s8du-gzj2-gkc1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:06:19.042513+00:00 Debian Oval Importer Fixing VCID-y683-kz6e-afhv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:42:30.464457+00:00 Debian Oval Importer Fixing VCID-xdbp-7rtr-fyb7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:25:04.832165+00:00 Debian Oval Importer Fixing VCID-85gc-u991-z3dw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:20:54.375776+00:00 Debian Oval Importer Fixing VCID-hj89-pnag-3fer https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-02T17:16:56.673500+00:00 Debian Importer Fixing VCID-zxu5-equ9-1kam https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:16:55.838921+00:00 Debian Importer Affected by VCID-xkkm-ss3p-1udc https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:15:01.921488+00:00 Debian Importer Affected by VCID-pxqa-nkv3-jqfs https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:14:49.787224+00:00 Debian Importer Fixing VCID-cqr3-wwhj-tyck https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:14:16.588277+00:00 Debian Importer Affected by VCID-4e5y-1s19-r7g7 https://security-tracker.debian.org/tracker/data/json 38.1.0