HI,
I also tried pro fix with the csv numbers, here is the result:
sudo pro fix CVE-2026-33642
CVE-2026-33642: kitty vulnerabilities
- https://ubuntu.com/security/CVE-2026-33642
1 affected source package is installed: kitty
(1/1) kitty:
A fix is available in Ubuntu Pro: ESM Apps.
- Cannot install package kitty version 0.21.2-1ubuntu0.22.04.1+esm1
- Cannot install package kitty-doc version 0.21.2-1ubuntu0.22.04.1+esm1
- Cannot install package kitty-terminfo version 0.21.2-1ubuntu0.22.04.1+esm1
1 package is still affected: kitty
✘ CVE-2026-33642 is not resolved.
and
sudo pro fix CVE-2026-33633
CVE-2026-33633: kitty vulnerabilities
- https://ubuntu.com/security/CVE-2026-33633
1 affected source package is installed: kitty
(1/1) kitty:
A fix is available in Ubuntu Pro: ESM Apps.
- Cannot install package kitty version 0.21.2-1ubuntu0.22.04.1+esm1
- Cannot install package kitty-doc version 0.21.2-1ubuntu0.22.04.1+esm1
- Cannot install package kitty-terminfo version 0.21.2-1ubuntu0.22.04.1+esm1
1 package is still affected: kitty
✘ CVE-2026-33633 is not resolved.
I tried:
apt list --upgradeable
Listing... Done
containers-common/jammy 100:1-22 all [upgradable from: 100:1-22]
docker.io/jammy 20.10.21-0ubuntu1~20.04.2 amd64 [upgradable from: 20.10.21-0ubuntu1~20.04.2]
session-manager-plugin/jammy 1.2.764.0-1 amd64 [upgradable from: 1.2.764.0-1]
Also by specifying the packages that should be there:
sudo apt-get install kitty=0.21.2-1ubuntu0.22.04.1+esm1 kitty-terminfo=0.21.2-1ubuntu0.22.04.1+esm1 kitty-doc=0.21.2-1ubuntu0.22.04.1+esm1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package kitty is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
kitty-doc
Package kitty-terminfo is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package kitty-doc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Version '0.21.2-1ubuntu0.22.04.1+esm1' for 'kitty' was not found
E: Version '0.21.2-1ubuntu0.22.04.1+esm1' for 'kitty-terminfo' was not found
E: Version '0.21.2-1ubuntu0.22.04.1+esm1' for 'kitty-doc' was not found
I also cleaned via apt clean in case of caching issues.
I’m wondering if this a dependency issue, where although both CSVs are fixed, one of the kitty packages isn’t and that’s why the update/fix isn’t working?
Many Thanks,
Tania