1# OpenHarmony 3.2.4 Release
2
3
4## Version Description
5
6OpenHarmony 3.2.4 Release provides enhanced system security over OpenHarmony 3.2.3 Release by rectifying memory leak issues, certain known vulnerabilities in open-source components such as Linux kernel, and system stability issues. The matching SDK version is also updated.
7
8
9## Version Mapping
10
11**Table 1** Version mapping of software and tools
12
13| Software/Tool                             | Version                                            | Remarks                                                        |
14| --------------------------------- | ------------------------------------------------ | ------------------------------------------------------------ |
15| OpenHarmony                       | 3.2.4 Release                                    | NA                                                           |
16| Public SDK                        | Ohos_sdk_public 3.2.15.4 (API Version 9 Release) | This toolkit is intended for application developers and does not contain system APIs that require system permissions. It is provided as standard in DevEco Studio.|
17| (Optional) HUAWEI DevEco Studio     | 3.1 Release                                      | Recommended for developing OpenHarmony applications<br>[Click here](https://developer.harmonyos.com/en/develop/deveco-studio#download)|
18| (Optional) HUAWEI DevEco Device Tool| 3.1 Release                                      | Recommended for developing OpenHarmony smart devices<br>[Click here](https://device.harmonyos.com/cn/develop/ide/).|
19
20## Source Code Acquisition
21
22
23### **Prerequisites**
24
251. Register your account with Gitee.
26
272. Register an SSH public key for access to Gitee.
28
293. Install the [git client](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading), and configure user information.
30
31   ```
32   git config --global user.name "yourname"
33   git config --global user.email "your-email-address"
34   git config --global credential.helper store
35   ```
36
374. Run the following commands to install the **repo** tool:
38
39   ```
40   curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo  # If you do not have the permission, download the tool to another directory and configure it as an environment variable by running the chmod a+x /usr/local/bin/repo command.
41   pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
42   ```
43
44
45### Acquiring Source Code Using the repo Tool
46
47**Method 1 (recommended)**
48
49Use the **repo** tool to download the source code over SSH. (You must have an SSH public key for access to Gitee.)
50
51 ```
52 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v3.2.4-Release --no-repo-verify
53 repo sync -c
54 repo forall -c 'git lfs pull'
55 ```
56
57**Method 2**
58
59Use the **repo** tool to download the source code over HTTPS.
60
61Obtain the source code from the version tag, which is the same as that released with the version.
62 ```
63 repo init -u https://gitee.com/openharmony/manifest -b refs/tags/OpenHarmony-v3.2.4-Release --no-repo-verify
64 repo sync -c
65 repo forall -c 'git lfs pull'
66 ```
67
68### Acquiring Source Code from Mirrors
69
70**Table 2** Mirrors for acquiring source code
71
72| Source Code                             | Version | Mirror                                                | SHA-256 Checksum                                            |
73| ------------------------------------- | ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
74| Full code base (for mini, small, and standard systems)     | 3.2.4 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/code-v3.2.4-Release_20231113.tar.gz)| [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/code-v3.2.4-Release_20231113.tar.gz.sha256) |
75| Hi3861 solution (binary)             | 3.2.4 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/hispark_pegasus.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/hispark_pegasus.tar.gz.sha256) |
76| Hi3516 solution-LiteOS (binary)      | 3.2.4 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/hispark_taurus_LiteOS.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/hispark_taurus_LiteOS.tar.gz.sha256) |
77| Hi3516 solution-Linux (binary)       | 3.2.4 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/hispark_taurus_Linux.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/hispark_taurus_Linux.tar.gz.sha256) |
78| RK3568 standard system solution (binary)     | 3.2.4 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/dayu200_standard_arm32_20231129.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/dayu200_standard_arm32_20231129.tar.gz.sha256) |
79| Public SDK package for the standard system (macOS)          | 3.2.15.4      | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/ohos-sdk-mac-public.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/ohos-sdk-mac-public.tar.gz.sha256) |
80| Public SDK package for the standard system (macOS-M1)       | 3.2.15.4      | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/L2-SDK-MAC-M1-PUBLIC.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/L2-SDK-MAC-M1-PUBLIC.tar.gz.sha256) |
81| Public SDK package for the standard system (Windows\Linux)| 3.2.15.4      | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/ohos-sdk-windows_linux-public.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.4/ohos-sdk-windows_linux-public.tar.gz.sha256) |
82
83## What's New
84
85### API
86
87This version does not involve API updates.
88
89### Chip and Development Board Adaptation
90
91For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/openharmony/community/blob/master/sig/sig_devboard/sig_devboard.md).
92
93## Resolved Issues
94
95**Table 3** Resolved issues
96
97| Issue No.                                                       | Description                                                    |
98| ------------------------------------------------------------ | ------------------------------------------------------------ |
99| [I7C8QM](https://gitee.com/open_harmony/dashboard?issue_id=I7C8QM) | [OpenHarmony 3.2.13.1] [RK3568] [Pressure test] [ToC] [Low probability: 2/10] [wukong] A C++ crash occurs in libability_manager.z.so of the com.ohos.contact thread in the com.ohos.contacts process. This problem occurs twice.|
100| [I7GFN1](https://gitee.com/open_harmony/dashboard?issue_id=I7GFN1) | [OpenHarmony 3.2.13.5] [Application subsystem] [RK3568] [Inevitability: 5/5] In the Contacts application, the word "Telephone" is displayed across lines.|
101| [I7GFWZ](https://gitee.com/open_harmony/dashboard?issue_id=I7GFWZ) | [OpenHarmony 3.2.13.5] [Application subsystem] [RK3568] [Inevitability: 5/5] The default date displayed in the contact's birthday dialog box is January 31, 2000.|
102| [I7GG5K](https://gitee.com/open_harmony/dashboard?issue_id=I7GG5K) | [OpenHarmony 3.2.13.5] [Application subsystem] [RK3568] [Inevitability: 5/5] When creating a contact, a user selects a date in the birthday column. When the user accesses the page again to select another date, the default date is displayed.|
103| [I7GGCV](https://gitee.com/open_harmony/dashboard?issue_id=I7GGCV) | [OpenHarmony 3.2.13.5] [Application subsystem] [RK3568] [Inevitability: 5/5] On the contact editing page, a user adds a text box for the email field. When the user clicks the delete button next to the new line, the system does not respond.|
104| [I7IJNI](https://gitee.com/open_harmony/dashboard?issue_id=I7IJNI) | [OpenHarmony 3.2.14.1] [Web subsystem] [RK3568] [Inevitability: 5/5] A user clicks **Basic Web Component Functions & Callbacks** and enters **hilog \**| **grep WebRedo**. The log **The request header key is : xxx -- value is : xxx** is not displayed as expected.|
105| [I7OODS](https://gitee.com/open_harmony/dashboard?issue_id=I7OODS) | [OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [ToC] [Low probability: 1/10] [wukong] A JS crash occurs in the aboutToDisappear stack of the com.ohos.callui process. This problem occurs twice.|
106| [I7P9T5](https://gitee.com/open_harmony/dashboard?issue_id=I7P9T5) | [OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [Inevitability: 10/10] Memory leakage occurs in ElementRegister::RemoveItem and ElementRegister::ClearRemovedItems when a user repeatedly touches an image folder in Gallery to browse images in grid form and then exits.|
107| [I7P9VS](https://gitee.com/open_harmony/dashboard?issue_id=I7P9VS) | [OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [Inevitability: 10/10] Memory leakage occurs in ElementRegister::ClearRemovedItems when a user repeatedly touches an image in Gallery to maximize it and then exits.|
108| [I7PASS](https://gitee.com/open_harmony/dashboard?issue_id=I7PASS) | [OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [ToC] [Low probability] [wukong] A C++ crash occurs in libcamera_pipeline_core.z.so of the offlinepipeline thread in the camera_host process. This problem occurs twice.|
109| [I7WQX1](https://gitee.com/open_harmony/dashboard?issue_id=I7WQX1) | [OpenHarmony 3.2.14.6] [Graphics subsystem] [Standard system] [High probability: 8/20] In video recording mode, when a user presses the Home key to return to the home screen and enters the camera mode from an FA widget, a blue bar is displayed under the preview area.|
110| [I80MCW](https://gitee.com/open_harmony/dashboard?issue_id=I80MCW) | [OpenHarmony 3.2.14.6] [Application subsystem] [RK3568] [Inevitable: 5/5] The **Recents** page blinks.|
111| [I822E8](https://gitee.com/open_harmony/dashboard?issue_id=I822E8) | [OpenHarmony 3.2.15.1] [Multimedia subsystem] [Standard system] [Inevitability: 5/5] When the camera starts recording, the user kills media_service, returns to the background, and accesses the camera again. In this case, an error message is displayed.|
112| [I82H3V](https://gitee.com/open_harmony/dashboard?issue_id=I82H3V) | [OpenHarmony 3.2.15.1] [Multimedia subsystem] [RK3568] [Inevitability] When a user accesses the image editing page in Gallery, returns to the previous page, and flicks images, the image details are abnormal. When the user restarts the Gallery application, the deleted images cannot be cleared.|
113| [I82LYJ](https://gitee.com/open_harmony/dashboard?issue_id=I82LYJ) | [OpenHarmony 3.2.15.1] [Globalization subsystem] [RK3568] [Inevitability] A user accesses an application under control, sets enterprise information, restarts the application, and views the information again. The information before the setting is displayed.|
114| [I836GY](https://gitee.com/open_harmony/dashboard?issue_id=I836GY) | [OpenHarmony 3.2.15.1] [Application subsystem] [RK3568] [Inevitability: 5/5] When a large video in Gallery is being played in immersive mode, the navigation bar is displayed at the bottom, blocking the progress bar.|
115| [I8407H](https://gitee.com/open_harmony/dashboard?issue_id=I8407H) | [OpenHarmony 3.2.15.1] [RK3568] [Pressure test] [ToC] [Low probability] [wukong] A JS crash occurs in initDb of the com.ohos.smartperf process. This problem occurs once.|
116| [I844Q9](https://gitee.com/open_harmony/dashboard?issue_id=I844Q9) | [OpenHarmony 3.2.15.2] [Application subsystem] [RK3568] [Inevitability: 5/5] Gallery widget covers cannot be automatically refreshed.|
117| [I84F9F](https://gitee.com/open_harmony/dashboard?issue_id=I84F9F) | [OpenHarmony 3.2.15.2] [Application subsystem] [Standard system] [Inevitability: 5/5] The selection status on the large image browsing page is inconsistent with that on the grid page.|
118| [I84FAO](https://gitee.com/open_harmony/dashboard?issue_id=I84FAO) | [OpenHarmony 3.2.15.2] [Application subsystem] [RK3568] [Inevitability: 5/5] When the RK screen is locked, no SMS notification is displayed on the locked screen.|
119| [I84IB2](https://gitee.com/open_harmony/dashboard?issue_id=I84IB2) | [OpenHarmony 3.2.15.2] [Application subsystem] [RK3568] [Inevitability: 5/5] When a user opens a recent task during camera recording, the camera does not display the screenshot of the running page in **Recents**.|
120| [I86PMC](https://gitee.com/open_harmony/dashboard?issue_id=I86PMC) | [OpenHarmony 3.2.15.3] [Application subsystem] [Standard system] [Inevitability: 5/5] Photos in Gallery are inconsistent in size and resolution after being mirrored.|
121| [I86Y2L](https://gitee.com/open_harmony/dashboard?issue_id=I86Y2L) | [OpenHarmony3.2] [acts] [3568] [Inevitability: 5/5] The ActsDeqpgles2TestSuite suite fails to be executed.|
122| [I88A1G](https://gitee.com/open_harmony/dashboard?issue_id=I88A1G) | [OpenHarmony 3.2.15.3] [RK3568] [Pressure test] [ToC] [Low probability] [wukong] A C++ crash occurs in libaudio_client.z.so of the IPC_3_10819 thread in the media_service process. This problem occurs once.|
123| [I89423](https://gitee.com/open_harmony/dashboard?issue_id=I89423) | [OpenHarmony 3.2.15.3] [Application subsystem] [RK3568] [Inevitability: 5/5] During a call, a user presses the Back key to return to the home screen, and then touches the green bar on the status bar to return to the call screen. After the user ends the call, the call screen does not disappear.|
124| [I8952L](https://gitee.com/open_harmony/dashboard?issue_id=I8952L) | [OpenHarmony 3.2.15.3] [Application subsystem] [RK3568] [Inevitability: 5/5] In the daily view of Gallery, photos from 00:00 to 07:59 of one day and photos from 08:00 to 23:59 of the previous day are displayed under the same date.|
125| [I89FCI](https://gitee.com/open_harmony/dashboard?issue_id=I89FCI) | [OpenHarmony 3.2.15.3] [RK3568] [Pressure test] [ToC] [Low probability] [wukong] A C++ crash occurs in libfeatureability.z.so of the jsThread-1 thread in the ohos.samples.distributedmusicplayer process. This problem occurs once.|
126| [I8EJ62](https://gitee.com/open_harmony/dashboard?issue_id=I8EJ62) | [OpenHarmony 3.2.15.3] [netmanager_base] [RK3568] [Inevitability] AVC alarm logs of netmanager are generated.|
127| [I8EQPY](https://gitee.com/open_harmony/dashboard?issue_id=I8EQPY) | [OpenHarmony 3.2.15.4] [Application subsystem] [RK3568] [Inevitability: 5/5] New albums are not displayed in Gallery.|
128
129## Fixed Security Vulnerabilities
130
131**Table 4** Fixed security vulnerabilities
132
133| Issue No.                                                       | Description                                                    |
134| ------------------------------------------------------------ | ------------------------------------------------------------ |
135| [I73C2J](https://gitee.com/open_harmony/dashboard?issue_id=I73C2J) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-2513          |
136| [I7HIH8](https://gitee.com/open_harmony/dashboard?issue_id=I7HIH8) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-1206          |
137| [I7JBBQ](https://gitee.com/open_harmony/dashboard?issue_id=I7JBBQ) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-37453         |
138| [I7QH9Y](https://gitee.com/open_harmony/dashboard?issue_id=I7QH9Y) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2022-4911          |
139| [I7QHAP](https://gitee.com/open_harmony/dashboard?issue_id=I7QHAP) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2022-4908          |
140| [I7QR3I](https://gitee.com/open_harmony/dashboard?issue_id=I7QR3I) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0541812|
141| [I7U56X](https://gitee.com/open_harmony/dashboard?issue_id=I7U56X) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4357          |
142| [I7U57G](https://gitee.com/open_harmony/dashboard?issue_id=I7U57G) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4351          |
143| [I7U57L](https://gitee.com/open_harmony/dashboard?issue_id=I7U57L) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4354          |
144| [I7U583](https://gitee.com/open_harmony/dashboard?issue_id=I7U583) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4353          |
145| [I7U59K](https://gitee.com/open_harmony/dashboard?issue_id=I7U59K) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4362          |
146| [I7U5A4](https://gitee.com/open_harmony/dashboard?issue_id=I7U5A4) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0547797|
147| [I7U5A9](https://gitee.com/open_harmony/dashboard?issue_id=I7U5A9) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4352          |
148| [I7U7HY](https://gitee.com/open_harmony/dashboard?issue_id=I7U7HY) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4355          |
149| [I7UZ5X](https://gitee.com/open_harmony/dashboard?issue_id=I7UZ5X) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-40283         |
150| [I7V73B](https://gitee.com/open_harmony/dashboard?issue_id=I7V73B) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4385          |
151| [I7V74X](https://gitee.com/open_harmony/dashboard?issue_id=I7V74X) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4387          |
152| [I7V8FJ](https://gitee.com/open_harmony/dashboard?issue_id=I7V8FJ) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4427          |
153| [I7VS48](https://gitee.com/open_harmony/dashboard?issue_id=I7VS48) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4459          |
154| [I7W2OE](https://gitee.com/open_harmony/dashboard?issue_id=I7W2OE) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2022-0850          |
155| [I7W6NH](https://gitee.com/open_harmony/dashboard?issue_id=I7W6NH) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0557737|
156| [I7XPVH](https://gitee.com/open_harmony/dashboard?issue_id=I7XPVH) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0566914|
157| [I7XT56](https://gitee.com/open_harmony/dashboard?issue_id=I7XT56) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-3777          |
158| [I7XXDW](https://gitee.com/open_harmony/dashboard?issue_id=I7XXDW) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4572          |
159| [I7ZATO](https://gitee.com/open_harmony/dashboard?issue_id=I7ZATO) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4208          |
160| [I7ZATV](https://gitee.com/open_harmony/dashboard?issue_id=I7ZATV) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4207          |
161| [I7ZATY](https://gitee.com/open_harmony/dashboard?issue_id=I7ZATY) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4206          |
162| [I7ZBXP](https://gitee.com/open_harmony/dashboard?issue_id=I7ZBXP) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4623          |
163| [I7ZBXS](https://gitee.com/open_harmony/dashboard?issue_id=I7ZBXS) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4622          |
164| [I7ZLCB](https://gitee.com/open_harmony/dashboard?issue_id=I7ZLCB) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0568539|
165| [I7ZV0X](https://gitee.com/open_harmony/dashboard?issue_id=I7ZV0X) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4762          |
166| [I7ZV0Z](https://gitee.com/open_harmony/dashboard?issue_id=I7ZV0Z) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4763          |
167| [I7ZVJW](https://gitee.com/open_harmony/dashboard?issue_id=I7ZVJW) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4807          |
168| [I819HJ](https://gitee.com/open_harmony/dashboard?issue_id=I819HJ) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4921          |
169| [I81J37](https://gitee.com/open_harmony/dashboard?issue_id=I81J37) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4863          |
170| [I81T8G](https://gitee.com/open_harmony/dashboard?issue_id=I81T8G) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4904          |
171| [I82FGR](https://gitee.com/open_harmony/dashboard?issue_id=I82FGR) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0572429|
172| [I83HEM](https://gitee.com/open_harmony/dashboard?issue_id=I83HEM) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-2163          |
173| [I83SS5](https://gitee.com/open_harmony/dashboard?issue_id=I83SS5) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-39615         |
174| [I84KG1](https://gitee.com/open_harmony/dashboard?issue_id=I84KG1) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2020-24187         |
175| [I84N7U](https://gitee.com/open_harmony/dashboard?issue_id=I84N7U) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-42753         |
176| [I84PVS](https://gitee.com/open_harmony/dashboard?issue_id=I84PVS) | [Vulnerability] [OpenHarmony-3.2-Release] LJ-2023-0102259        |
177| [I86CNK](https://gitee.com/open_harmony/dashboard?issue_id=I86CNK) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0577967|
178| [I86KSB](https://gitee.com/open_harmony/dashboard?issue_id=I86KSB) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-38545         |
179| [I86P29](https://gitee.com/open_harmony/dashboard?issue_id=I86P29) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-39194         |
180| [I86WMZ](https://gitee.com/open_harmony/dashboard?issue_id=I86WMZ) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-4128          |
181| [I86WNG](https://gitee.com/open_harmony/dashboard?issue_id=I86WNG) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-3420          |
182| [I86WNW](https://gitee.com/open_harmony/dashboard?issue_id=I86WNW) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-5217          |
183| [I86WOQ](https://gitee.com/open_harmony/dashboard?issue_id=I86WOQ) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-45322         |
184| [I870HM](https://gitee.com/open_harmony/dashboard?issue_id=I870HM) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-44487         |
185| [I873CB](https://gitee.com/open_harmony/dashboard?issue_id=I873CB) | [Vulnerability] [OpenHarmony-3.2-Release] LJ-2023-0105149        |
186| [I877V3](https://gitee.com/open_harmony/dashboard?issue_id=I877V3) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204699-0582367|
187| [I877V6](https://gitee.com/open_harmony/dashboard?issue_id=I877V6) | [Vulnerability] [OpenHarmony-3.2-Release] LJ-2023-0105164        |
188| [I87AR1](https://gitee.com/open_harmony/dashboard?issue_id=I87AR1) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-38545         |
189| [I87BZG](https://gitee.com/open_harmony/dashboard?issue_id=I87BZG) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-38546         |
190| [I87CVV](https://gitee.com/open_harmony/dashboard?issue_id=I87CVV) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-42754         |
191| [I87CWV](https://gitee.com/open_harmony/dashboard?issue_id=I87CWV) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-39189         |
192| [I87CX1](https://gitee.com/open_harmony/dashboard?issue_id=I87CX1) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-39193         |
193| [I87CX3](https://gitee.com/open_harmony/dashboard?issue_id=I87CX3) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-39192         |
194| [I87QBZ](https://gitee.com/open_harmony/dashboard?issue_id=I87QBZ) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0583126|
195| [I87ZQ2](https://gitee.com/open_harmony/dashboard?issue_id=I87ZQ2) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-5218          |
196| [I87ZQT](https://gitee.com/open_harmony/dashboard?issue_id=I87ZQT) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-5484          |
197| [I8846X](https://gitee.com/open_harmony/dashboard?issue_id=I8846X) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-45853         |
198| [I88GIQ](https://gitee.com/open_harmony/dashboard?issue_id=I88GIQ) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0611977|
199| [I88GIS](https://gitee.com/open_harmony/dashboard?issue_id=I88GIS) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0611988|
200| [I894HL](https://gitee.com/open_harmony/dashboard?issue_id=I894HL) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-40474         |
201| [I894IR](https://gitee.com/open_harmony/dashboard?issue_id=I894IR) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-40475         |
202| [I894JL](https://gitee.com/open_harmony/dashboard?issue_id=I894JL) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-40476         |
203| [I8B1VW](https://gitee.com/open_harmony/dashboard?issue_id=I8B1VW) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-5717          |
204| [I8BB0I](https://gitee.com/open_harmony/dashboard?issue_id=I8BB0I) | [Vulnerability] [OpenHarmony-3.2-Release] lj-linux-131204684-0620866|
205| [I8BKEB](https://gitee.com/open_harmony/dashboard?issue_id=I8BKEB) | [Vulnerability] [OpenHarmony-3.2-Release] CVE-2023-5472          |
206
207## Known Issues
208
209**Table 5** Known issues
210
211| Issue No.| Description| Impact| To Be Resolved By|
212| ----- | -------- | ---- | ------------ |
213| /     | /        | /    | /            |
214