Update CTS test for Android Security b/265015796

Bug: 265015796
Bug: 276748380
Test: Ran the new testcase on android-11.0.0_r46 with/without patch

Change-Id: I4fa18f0581c1e843b08a7c3ee747360773dd986b
diff --git a/hostsidetests/securitybulletin/src/android/security/cts/CVE_2023_21131.java b/hostsidetests/securitybulletin/src/android/security/cts/CVE_2023_21131.java
index c382140..9851196 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/CVE_2023_21131.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/CVE_2023_21131.java
@@ -29,7 +29,7 @@
 @RunWith(DeviceJUnit4ClassRunner.class)
 public class CVE_2023_21131 extends NonRootSecurityTestCase {
 
-    @AsbSecurityTest(cveBugId = 238108059)
+    @AsbSecurityTest(cveBugId = 265015796)
     @Test
     public void testPocCVE_2023_21131() {
         try {
@@ -39,7 +39,7 @@
 
             final String testPkg = "android.security.cts.CVE_2023_21131_test";
 
-            // Run the test "testCVE_2023_35669"
+            // Run the test "testCVE_2023_21131"
             runDeviceTests(testPkg, testPkg + ".DeviceTest", "testCVE_2023_21131");
         } catch (Exception e) {
             assumeNoException(e);