Search for packages
Package details: pkg:alpm/archlinux/firefox@60.0-1
purl pkg:alpm/archlinux/firefox@60.0-1
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (24)
Vulnerability Summary Aliases
VCID-1m1r-wb1e-aaak A use-after-free vulnerability can occur while adjusting layout during SVG animations with text paths. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8. CVE-2018-5155
VCID-1xwy-byfw-aaaf WebExtensions can use request redirection and a "filterReponseData" filter to bypass host permission settings to redirect network traffic and access content from a host for which they do not have explicit user permission. This vulnerability affects Firefox < 60. CVE-2018-5166
VCID-45jg-cgkw-aaag A vulnerability exists in XSLT during number formatting where a negative buffer size may be allocated in some instances, leading to a buffer overflow and crash if it occurs. This vulnerability affects Firefox < 60. CVE-2018-5177
VCID-5hj2-j4u9-aaaa If a text string that happens to be a filename in the operating system's native format is dragged and dropped onto the addressbar the specified local file will be opened. This is contrary to policy and is what would happen if the string were the equivalent "file:" URL. This vulnerability affects Firefox < 60. CVE-2018-5182
VCID-9te3-jx3z-aaas If a malicious attacker has used another vulnerability to gain full control over a content process, they may be able to replace the alternate data resources stored in the JavaScript Start-up Bytecode Cache (JSBC) for other JavaScript code. If the parent process then runs this replaced code, the executed script would be run with the parent process' privileges, escaping the sandbox on content processes. This vulnerability affects Firefox < 60. CVE-2018-5163
VCID-b33h-xxfd-aaaa A mechanism to bypass Content Security Policy (CSP) protections on sites that have a "script-src" policy of "'strict-dynamic'". If a target website contains an HTML injection flaw an attacker could inject a reference to a copy of the "require.js" library that is part of Firefox's Developer Tools, and then use a known technique using that library to bypass the CSP restrictions on executing injected scripts. This vulnerability affects Firefox < 60. CVE-2018-5175
VCID-b4aj-xvw7-aaad WebExtensions with the appropriate permissions can attach content scripts to Mozilla sites such as accounts.firefox.com and listen to network traffic to the site through the "webRequest" API. For example, this allows for the interception of username and an encrypted password during login to Firefox Accounts. This issue does not expose synchronization traffic directly and is limited to the process of user login to the website and the data displayed to the user once logged in. This vulnerability affects Firefox < 60. CVE-2018-5152
VCID-dtbd-sxy5-aaae Memory safety bugs were reported in Firefox 59, Firefox ESR 52.7, and Thunderbird 52.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8. CVE-2018-5150
VCID-gjjq-g6uq-aaak A use-after-free vulnerability can occur during WebGL operations. While this results in a potentially exploitable crash, the vulnerability is limited because the memory is freed and reused in a brief window of time during the freeing of the same callstack. This vulnerability affects Firefox < 60. CVE-2018-5180
VCID-j6xy-mga4-aaah If a URL using the "file:" protocol is dragged and dropped onto an open tab that is running in a different child process the tab will open a local file corresponding to the dropped URL, contrary to policy. One way to make the target tab open more reliably in a separate process is to open it with the "noopener" keyword. This vulnerability affects Firefox < 60. CVE-2018-5181
VCID-k37p-x8vq-aaaf WebRTC can use a "WrappedI420Buffer" pixel buffer but the owning image object can be freed while it is still in use. This can result in the WebRTC encoder using uninitialized memory, leading to a potentially exploitable crash. This vulnerability affects Firefox < 60. CVE-2018-5160
VCID-pdp7-y8vf-aaam An integer overflow can occur in the Skia library due to 32-bit integer use in an array without integer overflow checks, resulting in possible out-of-bounds writes. This could lead to a potentially exploitable crash triggerable by web content. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8. CVE-2018-5159
VCID-qq7t-v1c9-aaag Same-origin protections for the PDF viewer can be bypassed, allowing a malicious site to intercept messages meant for the viewer. This could allow the site to retrieve PDF files restricted to viewing by an authenticated user on a third-party website. This vulnerability affects Firefox ESR < 52.8 and Firefox < 60. CVE-2018-5157
VCID-qwss-guxt-aaaq The Live Bookmarks page and the PDF viewer can run injected script content if a user pastes script from the clipboard into them while viewing RSS feeds or PDF files. This could allow a malicious site to socially engineer a user to copy and paste malicious script content that could then run with the context of either page but does not allow for privilege escalation. This vulnerability affects Firefox < 60. CVE-2018-5172
VCID-russ-k2w6-aaak Code injection The PDF viewer does not sufficiently sanitize PostScript calculator functions, allowing malicious JavaScript to be injected through a crafted PDF file. This JavaScript can then be run with the permissions of the PDF viewer by its worker. CVE-2018-5158
GHSA-7jg2-jgv3-fmr4
VCID-tqmp-mfq3-aaac The web console and JavaScript debugger do not sanitize all output that can be hyperlinked. Both will display "chrome:" links as active, clickable hyperlinks in their output. Web sites should not be able to directly link to internal chrome pages. Additionally, the JavaScript debugger will display "javascript:" links, which users could be tricked into clicking by malicious sites. This vulnerability affects Firefox < 60. CVE-2018-5167
VCID-uqpv-wvtn-aaam The JSON Viewer displays clickable hyperlinks for strings that are parseable as URLs, including "javascript:" links. If a JSON file contains malicious JavaScript script embedded as "javascript:" links, users may be tricked into clicking and running this code in the context of the JSON Viewer. This can allow for the theft of cookies and authorization tokens which are accessible to that context. This vulnerability affects Firefox < 60. CVE-2018-5176
VCID-vwuy-ewvk-aaak If manipulated hyperlinked text with "chrome:" URL contained in it is dragged and dropped on the "home" icon, the home page can be reset to include a normally-unlinkable chrome page as one of the home page tabs. This vulnerability affects Firefox < 60. CVE-2018-5169
VCID-vwz1-wu7k-aaae If websocket data is sent with mixed text and binary in a single message, the binary data can be corrupted. This can result in an out-of-bounds read with the read memory sent to the originating server in response. This vulnerability affects Firefox < 60. CVE-2018-5153
VCID-waq5-xzmm-aaan Content Security Policy (CSP) is not applied correctly to all parts of multipart content sent with the "multipart/x-mixed-replace" MIME type. This could allow for script to run where CSP should block it, allowing for cross-site scripting (XSS) and other attacks. This vulnerability affects Firefox < 60. CVE-2018-5164
VCID-wpcd-yv6d-aaab The filename appearing in the "Downloads" panel improperly renders some Unicode characters, allowing for the file name to be spoofed. This can be used to obscure the file extension of potentially executable files from user view in the panel. Note: the dialog to open the file will show the full, correct filename and whether it is executable or not. This vulnerability affects Firefox < 60. CVE-2018-5173
VCID-xgcs-1mvr-aaap Memory safety bugs were reported in Firefox 59. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 60. CVE-2018-5151
VCID-xqpp-25wj-aaaj A use-after-free vulnerability can occur while enumerating attributes during SVG animations with clip paths. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8. CVE-2018-5154
VCID-y1bf-7r5a-aaaq Sites can bypass security checks on permissions to install lightweight themes by manipulating the "baseURI" property of the theme element. This could allow a malicious site to install a theme without user interaction which could contain offensive or embarrassing images. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8. CVE-2018-5168

Date Actor Action Vulnerability Source VulnerableCode Version
2025-03-28T07:44:35.385411+00:00 Arch Linux Importer Fixing VCID-dtbd-sxy5-aaae https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.353559+00:00 Arch Linux Importer Fixing VCID-xgcs-1mvr-aaap https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.319408+00:00 Arch Linux Importer Fixing VCID-b4aj-xvw7-aaad https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.285430+00:00 Arch Linux Importer Fixing VCID-vwz1-wu7k-aaae https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.252103+00:00 Arch Linux Importer Fixing VCID-xqpp-25wj-aaaj https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.219993+00:00 Arch Linux Importer Fixing VCID-1m1r-wb1e-aaak https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.185917+00:00 Arch Linux Importer Fixing VCID-qq7t-v1c9-aaag https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.153390+00:00 Arch Linux Importer Fixing VCID-russ-k2w6-aaak https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.121986+00:00 Arch Linux Importer Fixing VCID-pdp7-y8vf-aaam https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.090352+00:00 Arch Linux Importer Fixing VCID-k37p-x8vq-aaaf https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.058981+00:00 Arch Linux Importer Fixing VCID-9te3-jx3z-aaas https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:35.025360+00:00 Arch Linux Importer Fixing VCID-waq5-xzmm-aaan https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.992079+00:00 Arch Linux Importer Fixing VCID-1xwy-byfw-aaaf https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.959526+00:00 Arch Linux Importer Fixing VCID-tqmp-mfq3-aaac https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.927110+00:00 Arch Linux Importer Fixing VCID-y1bf-7r5a-aaaq https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.895842+00:00 Arch Linux Importer Fixing VCID-vwuy-ewvk-aaak https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.861912+00:00 Arch Linux Importer Fixing VCID-qwss-guxt-aaaq https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.828319+00:00 Arch Linux Importer Fixing VCID-wpcd-yv6d-aaab https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.796107+00:00 Arch Linux Importer Fixing VCID-b33h-xxfd-aaaa https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.763819+00:00 Arch Linux Importer Fixing VCID-uqpv-wvtn-aaam https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.729896+00:00 Arch Linux Importer Fixing VCID-45jg-cgkw-aaag https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.707587+00:00 Arch Linux Importer Fixing VCID-gjjq-g6uq-aaak https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.684263+00:00 Arch Linux Importer Fixing VCID-j6xy-mga4-aaah https://security.archlinux.org/AVG-693 36.0.0
2025-03-28T07:44:34.660868+00:00 Arch Linux Importer Fixing VCID-5hj2-j4u9-aaaa https://security.archlinux.org/AVG-693 36.0.0
2024-09-18T01:59:39.501029+00:00 Arch Linux Importer Fixing VCID-dtbd-sxy5-aaae https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.473697+00:00 Arch Linux Importer Fixing VCID-xgcs-1mvr-aaap https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.447150+00:00 Arch Linux Importer Fixing VCID-b4aj-xvw7-aaad https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.422462+00:00 Arch Linux Importer Fixing VCID-vwz1-wu7k-aaae https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.399427+00:00 Arch Linux Importer Fixing VCID-xqpp-25wj-aaaj https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.375612+00:00 Arch Linux Importer Fixing VCID-1m1r-wb1e-aaak https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.345518+00:00 Arch Linux Importer Fixing VCID-qq7t-v1c9-aaag https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.320099+00:00 Arch Linux Importer Fixing VCID-russ-k2w6-aaak https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.287569+00:00 Arch Linux Importer Fixing VCID-pdp7-y8vf-aaam https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.265508+00:00 Arch Linux Importer Fixing VCID-k37p-x8vq-aaaf https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.243435+00:00 Arch Linux Importer Fixing VCID-9te3-jx3z-aaas https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.221153+00:00 Arch Linux Importer Fixing VCID-waq5-xzmm-aaan https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.200153+00:00 Arch Linux Importer Fixing VCID-1xwy-byfw-aaaf https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.180106+00:00 Arch Linux Importer Fixing VCID-tqmp-mfq3-aaac https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.160345+00:00 Arch Linux Importer Fixing VCID-y1bf-7r5a-aaaq https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.140322+00:00 Arch Linux Importer Fixing VCID-vwuy-ewvk-aaak https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.117587+00:00 Arch Linux Importer Fixing VCID-qwss-guxt-aaaq https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.094744+00:00 Arch Linux Importer Fixing VCID-wpcd-yv6d-aaab https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.072125+00:00 Arch Linux Importer Fixing VCID-b33h-xxfd-aaaa https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.049590+00:00 Arch Linux Importer Fixing VCID-uqpv-wvtn-aaam https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.025948+00:00 Arch Linux Importer Fixing VCID-45jg-cgkw-aaag https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:39.003379+00:00 Arch Linux Importer Fixing VCID-gjjq-g6uq-aaak https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:38.980753+00:00 Arch Linux Importer Fixing VCID-j6xy-mga4-aaah https://security.archlinux.org/AVG-693 34.0.1
2024-09-18T01:59:38.957548+00:00 Arch Linux Importer Fixing VCID-5hj2-j4u9-aaaa https://security.archlinux.org/AVG-693 34.0.1
2024-01-20T12:06:24.022407+00:00 Arch Linux Importer Fixing VCID-dtbd-sxy5-aaae https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:24.000366+00:00 Arch Linux Importer Fixing VCID-xgcs-1mvr-aaap https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.978363+00:00 Arch Linux Importer Fixing VCID-b4aj-xvw7-aaad https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.956348+00:00 Arch Linux Importer Fixing VCID-vwz1-wu7k-aaae https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.934321+00:00 Arch Linux Importer Fixing VCID-xqpp-25wj-aaaj https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.912139+00:00 Arch Linux Importer Fixing VCID-1m1r-wb1e-aaak https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.890041+00:00 Arch Linux Importer Fixing VCID-qq7t-v1c9-aaag https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.867759+00:00 Arch Linux Importer Fixing VCID-russ-k2w6-aaak https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.845616+00:00 Arch Linux Importer Fixing VCID-pdp7-y8vf-aaam https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.823620+00:00 Arch Linux Importer Fixing VCID-k37p-x8vq-aaaf https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.801613+00:00 Arch Linux Importer Fixing VCID-9te3-jx3z-aaas https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.779575+00:00 Arch Linux Importer Fixing VCID-waq5-xzmm-aaan https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.757728+00:00 Arch Linux Importer Fixing VCID-1xwy-byfw-aaaf https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.735724+00:00 Arch Linux Importer Fixing VCID-tqmp-mfq3-aaac https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.713669+00:00 Arch Linux Importer Fixing VCID-y1bf-7r5a-aaaq https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.691500+00:00 Arch Linux Importer Fixing VCID-vwuy-ewvk-aaak https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.669450+00:00 Arch Linux Importer Fixing VCID-qwss-guxt-aaaq https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.647417+00:00 Arch Linux Importer Fixing VCID-wpcd-yv6d-aaab https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.625294+00:00 Arch Linux Importer Fixing VCID-b33h-xxfd-aaaa https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.603214+00:00 Arch Linux Importer Fixing VCID-uqpv-wvtn-aaam https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.581349+00:00 Arch Linux Importer Fixing VCID-45jg-cgkw-aaag https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.559216+00:00 Arch Linux Importer Fixing VCID-gjjq-g6uq-aaak https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.537380+00:00 Arch Linux Importer Fixing VCID-j6xy-mga4-aaah https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-20T12:06:23.515154+00:00 Arch Linux Importer Fixing VCID-5hj2-j4u9-aaaa https://security.archlinux.org/AVG-693 34.0.0rc2
2024-01-03T22:25:55.381217+00:00 Arch Linux Importer Fixing VCID-dtbd-sxy5-aaae https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.359693+00:00 Arch Linux Importer Fixing VCID-xgcs-1mvr-aaap https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.338276+00:00 Arch Linux Importer Fixing VCID-b4aj-xvw7-aaad https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.316982+00:00 Arch Linux Importer Fixing VCID-vwz1-wu7k-aaae https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.295397+00:00 Arch Linux Importer Fixing VCID-xqpp-25wj-aaaj https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.273704+00:00 Arch Linux Importer Fixing VCID-1m1r-wb1e-aaak https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.247217+00:00 Arch Linux Importer Fixing VCID-qq7t-v1c9-aaag https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.220938+00:00 Arch Linux Importer Fixing VCID-russ-k2w6-aaak https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.194990+00:00 Arch Linux Importer Fixing VCID-pdp7-y8vf-aaam https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.171034+00:00 Arch Linux Importer Fixing VCID-k37p-x8vq-aaaf https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.144765+00:00 Arch Linux Importer Fixing VCID-9te3-jx3z-aaas https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.118216+00:00 Arch Linux Importer Fixing VCID-waq5-xzmm-aaan https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.088282+00:00 Arch Linux Importer Fixing VCID-1xwy-byfw-aaaf https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.065834+00:00 Arch Linux Importer Fixing VCID-tqmp-mfq3-aaac https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.033827+00:00 Arch Linux Importer Fixing VCID-y1bf-7r5a-aaaq https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:55.007191+00:00 Arch Linux Importer Fixing VCID-vwuy-ewvk-aaak https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.981266+00:00 Arch Linux Importer Fixing VCID-qwss-guxt-aaaq https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.959784+00:00 Arch Linux Importer Fixing VCID-wpcd-yv6d-aaab https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.938142+00:00 Arch Linux Importer Fixing VCID-b33h-xxfd-aaaa https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.916776+00:00 Arch Linux Importer Fixing VCID-uqpv-wvtn-aaam https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.895218+00:00 Arch Linux Importer Fixing VCID-45jg-cgkw-aaag https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.873727+00:00 Arch Linux Importer Fixing VCID-gjjq-g6uq-aaak https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.852349+00:00 Arch Linux Importer Fixing VCID-j6xy-mga4-aaah https://security.archlinux.org/AVG-693 34.0.0rc1
2024-01-03T22:25:54.830815+00:00 Arch Linux Importer Fixing VCID-5hj2-j4u9-aaaa https://security.archlinux.org/AVG-693 34.0.0rc1