summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2023-02-22 09:35:40 +0100
committerMichael Adler <therisen06@gmail.com>2023-02-22 09:37:41 +0100
commitd6ac9feb22f89188ad414d8c901945e2799402cb (patch)
tree5b378e5e5844f46f6e279a9331414f7700ef1ed9 /pkgs
parent68f80b556e2c05dc8fe44bb59a8fae2c627c74f1 (diff)
downloadnixpkgs-d6ac9feb22f89188ad414d8c901945e2799402cb.tar
nixpkgs-d6ac9feb22f89188ad414d8c901945e2799402cb.tar.gz
nixpkgs-d6ac9feb22f89188ad414d8c901945e2799402cb.tar.bz2
nixpkgs-d6ac9feb22f89188ad414d8c901945e2799402cb.tar.lz
nixpkgs-d6ac9feb22f89188ad414d8c901945e2799402cb.tar.xz
nixpkgs-d6ac9feb22f89188ad414d8c901945e2799402cb.tar.zst
nixpkgs-d6ac9feb22f89188ad414d8c901945e2799402cb.zip
citrix-workspace: remove all previous versions
A vulnerability has been identified in Citrix Workspace app for Linux
that, if exploited, may result in a malicious local user being able to
gain access to the Citrix Virtual Apps and Desktops session of another
user who is using the same computer from which the ICA session is
launched.

This issue affects all supported versions of Citrix Workspace app for Linux before 2302

See https://support.citrix.com/article/CTX477618/citrix-workspace-app-for-linux-security-bulletin-for-cve202324486
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/sources.nix55
-rw-r--r--pkgs/top-level/all-packages.nix5
2 files changed, 0 insertions, 60 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/sources.nix b/pkgs/applications/networking/remote/citrix-workspace/sources.nix
index e4d3caee98f..78f8b1a2a0c 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/sources.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/sources.nix
@@ -14,61 +14,6 @@ let
   # The latest versions can be found at https://www.citrix.com/downloads/workspace-app/linux/
   supportedVersions = lib.mapAttrs mkVersionInfo {
 
-    "21.09.0" = {
-      major     = "21";
-      minor     = "9";
-      patch     = "0";
-      x64hash   = "d58d5cbbcb5ace95b75b1400061d475b8e72dbdf5f03abacea6d39686991f848";
-      x86hash   = "c646c52889e88aa0bb051070076763d5407f21fb6ad6dfcb0fe635ac01180c51";
-      x64suffix = "25";
-      x86suffix = "25";
-      homepage  = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2109.html";
-    };
-
-    "21.12.0" = {
-      major     = "21";
-      minor     = "12";
-      patch     = "0";
-      x64hash   = "de81deab648e1ebe0ddb12aa9591c8014d7fad4eba0db768f25eb156330bb34d";
-      x86hash   = "3746cdbe26727f7f6fb85fbe5f3e6df0322d79bb66e3a70158b22cb4f6b6b292";
-      x64suffix = "18";
-      x86suffix = "18";
-      homepage  = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2112.html";
-    };
-
-    "22.05.0" = {
-      major     = "22";
-      minor     = "5";
-      patch     = "0";
-      x64hash   = "49786fd3b5361b1f42b7bb0e36572a209e95acb1335737da5216345b6420f053";
-      x86hash   = "f2dc1fd64e5314b62ba87f384958c2bbd48b06b55bed10345cddb05fdc8cffa1";
-      x64suffix = "16";
-      x86suffix = "16";
-      homepage  = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest2.html";
-    };
-
-    "22.07.0" = {
-      major     = "22";
-      minor     = "7";
-      patch     = "0";
-      x64hash   = "ba88490e457e0fe6c610778396e40293067173c182f2343c8c1fda5e2444985c";
-      x86hash   = "ed9ff8b3be968cacaf6121c783326091899b987e53fac1aafae68ea3e5883403";
-      x64suffix = "14";
-      x86suffix = "14";
-      homepage  = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest-OLD1.html";
-    };
-
-    "22.12.0" = {
-      major     = "22";
-      minor     = "12";
-      patch     = "0";
-      x64hash   = "3ec5a3d5526a6bac17bb977b173542f5bdd535a53baa6dca80c83a0d61229d74";
-      x86hash   = "b73f90fe51bbb7391c188a394ea614b67f128ed0d9481bd7824cbcadc0338dae";
-      x64suffix = "12";
-      x86suffix = "12";
-      homepage  = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest5.html";
-    };
-
     "23.02.0" = {
       major     = "23";
       minor     = "2";
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9a848e7d6b1..66f39c1a28e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5987,11 +5987,6 @@ with pkgs;
   cirrusgo = callPackage ../tools/security/cirrusgo { };
 
   inherit (callPackage ../applications/networking/remote/citrix-workspace { })
-    citrix_workspace_21_09_0
-    citrix_workspace_21_12_0
-    citrix_workspace_22_05_0
-    citrix_workspace_22_07_0
-    citrix_workspace_22_12_0
     citrix_workspace_23_02_0
   ;
   citrix_workspace = citrix_workspace_23_02_0;