From 4123bf1a7d68620d10dbbdae0dc0e318f226246b Mon Sep 17 00:00:00 2001 From: mse1969 Date: Mon, 27 Jan 2025 19:03:38 +0100 Subject: [PATCH] Bump Security String to 2025-01-05 Implemented: ============ CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-34722 A-251514170 EoP High 12, 12L, 13, 14 CVE-2024-49724 A-369351375 EoP High 12, 12L, 13, 14, 15 CVE-2024-49733 A-365738306 ID High 12, 12L, 13, 14, 15 CVE-2024-49736 A-316578327 DoS High 12, 12L, 13, 14 CVE-2024-49737 A-369103643 EoP High 13, 14, 15 CVE-2024-49738 A-370840874 EoP High 12, 12L, 13, 14, 15 CVE-2024-49742 A-363248394 EoP High 12, 12L, 13, 14, 15 CVE-2024-49744 A-360846772 EoP High 12, 12L, 13, 14, 15 CVE-2024-49745 A-370831157 EoP High 12, 12L, 13, 14, 15 CVE-2024-49749 A-355461643 RCE High 12, 12L, 13, 14, 15 Previously Implemented: ======================= CVE: References: Type: Severity: Updated AOSP versions: Prior Change: CVE-2024-34730 A-308429049 EoP High 12, 12L, 13, 14 c291a639c19 CVE-2024-43095 A-340480881 EoP High 12, 12L, 13, 14, 15 5ba5d56c45 CVE-2024-43096 A-323850943 RCE Critical 12, 12L, 13, 14, 15 90494683480 CVE-2024-43765 A-233605527 EoP High 12, 12L, 13, 14, 15 cdafe782b CVE-2024-43763 A-356886209 DoS High 12, 12L, 13, 14, 15 cb166e6224e CVE-2024-43770 A-364026473 RCE Critical 12, 12L, 13, 14, 15 2a99f77c371 CVE-2024-43771 A-364027949 RCE Critical 12, 12L, 13, 14, 15 2a99f77c371 CVE-2024-49747 A-364027038 RCE Critical 12, 12L, 13, 14, 15 2a99f77c371 CVE-2024-49748 A-364025411 RCE Critical 12, 12L, 13, 14, 15 2a99f77c371 Not Implemented: ================ None Not Applicable (platform source): ================================= CVE: References: Type: Severity: Updated AOSP versions: CVE-2024-49732 A-371975420 EoP High 15 CVE-2024-49734 A-193031925 ID High 14, 15 CVE-2024-49735 A-345881518 EoP High 15 Change-Id: Ic13f8d362c3d9113673d3d9a69e4fb205379ab36 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index bbb3926fe5..682943ff34 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,7 @@ ifndef PLATFORM_SECURITY_PATCH # It must be of the form "YYYY-MM-DD" on production devices. # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2024-12-05 + PLATFORM_SECURITY_PATCH := 2025-01-05 endif include $(BUILD_SYSTEM)/version_util.mk -- GitLab