Proposed fix, generalize schema validation warnings messages to avoid reporting potentially sensitive user-data values in /var/log/cloud-init.log. cloud-init.postinst fixes to redact historic sensitive logs. diff --git a/debian/changelog b/debian/changelog index 135671ae..baec8fd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cloud-init (22.2-0ubuntu1~22.04.3) jammy; urgency=medium + + * d/cloud-init.postinst: redact previously leaked schema errors from logs + * Remove schema errors from log (LP: #1978422) (CVE-2022-2084) + + -- James Falcon