当前位置:网站首页>Security tip: FreeType in Qt
Security tip: FreeType in Qt
2022-07-30 10:40:00 【꧁Under the poplar tree꧂】
Security advisory: FreeType in Qt
Security tip: FreeType in Qt
Wednesday July 27, 2022 by Andy Shaw | Comments
Wednesday, July 27, 2022, commented by Andy Shaw
There have been three vulnerabilities found in FreeType recently and they have been assigned the CVE ids CVE-2022-27404, CVE-2022-27405, CVE-2022-27406. This has been fixed in the latest version of FreeType – v2.12.1
Three vulnerabilities were recently discovered in FreeType, and they were assigned CVE IDs CVE-2022-27404, CVE-2022-27405, CVE-2022-27406.This has been fixed in the latest version of FreeType – v2.12.1
These effects configurations of Qt that have been built against the bundled version of FreeType. If you are using a pre-built version of Qt then this will be using the bundled version of FreeType by default, otherwise you will be using the systemversion by default, in which case you should check if the system needs to be updated or not. If the system needs to be updated, then updating it is enough to solve the issue. There is no need to rebuild Qt in that case.
These affect the Qt configuration built against the FreeType bundled version.If you are using a pre-built version of Qt then by default the bundled version of FreeType will be used, otherwise the system version will be used by default, in which case you should check if you need to update your system.If the system needs to be updated, then updating it is enough to fix the problem.In this case there is no need to rebuild Qt.
Solution: To work-around it, then update your system version of FreeType to at least v2.12.1 and reconfigure and build Qt to use the system version of FreeType. Or apply the following patch or update to Qt 6.3.2 whenit is released.
Solution: Fix this, then update the system version of FreeType to at least v2.12.1, and reconfigure and build Qt to use the system version of FreeType.Or apply the following patches or updates to Qt 6.3.2 when it is released.
Patches:
Patch:
dev: https://codereview.qt-project.org/c/qt/qtbase/+/422316
6.4: https://codereview.qt-project.org/c/qt/qtbase/+/423390
6.3: https://codereview.qt-project.org/c/qt/qtbase/+/423391 orhttps://download.qt.io/official_releases/qt/6.3/CVE-2022-27404-27405-27406-qtbase-6.3.diff
6.2: https://codereview.qt-project.org/c/qt/tqtc-qtbase/+/423393 or https://download.qt.io/official_releases/qt/6.2/CVE-2022-27404-27405-27406-qtbase-6.2.diff
5.15: https://codereview.qt-project.org/c/qt/tqtc-qtbase/+/423394 or https://download.qt.io/official_releases/qt/5.15/CVE-2022-27404-27405-27406-qtbase-5.15.diff
边栏推荐
- 新一代开源免费的终端工具,太酷了
- 数据库脏读、不可重复读、幻读以及对应的隔离级别
- (文字)无框按钮设置
- In the robot industry professionals, Mr Robot industry current situation?
- Re19: Read the paper Paragraph-level Rationale Extraction through Regularization: A case study on European Court
- OC-ARC(Automatic Reference Counting)自动引用计数
- Quick Start Tutorial for flyway
- Multi-threading scheme to ensure that a single thread opens a transaction and takes effect
- Multithreading--the usage of threads and thread pools
- [100个Solidity使用技巧]1、合约重入攻击
猜你喜欢
shell script
ospf2 two-point two-way republish (question 2)
WARN: Establishing SSL connection without server's identity verification is not recommended when connecting to mysql
SST-Calib: A lidar-visual extrinsic parameter calibration method combining semantics and VO for spatiotemporal synchronization calibration (ITSC 2022)
唯物辩证法-条件论
STM32CubeMX configuration to generate FreeRTOS project
Study Notes 11--Direct Construction of Local Trajectories
梅科尔工作室-看鸿蒙设备开发实战笔记六—无线联网开发
Re18:读论文 GCI Everything Has a Cause: Leveraging Causal Inference in Legal Text Analysis
Re15:读论文 LEVEN: A Large-Scale Chinese Legal Event Detection Dataset
随机推荐
Meikle Studio - see the actual combat notes of Hongmeng equipment development five - drive subsystem development
New in GNOME: Warn users when Secure Boot is disabled
Flask之路由(app.route)详解
Basemap and Seaborn
105. Construct binary tree from preorder and inorder traversal sequence (video explanation!!)
Redis Desktop Manager 2022.4.2 发布
Re15:读论文 LEVEN: A Large-Scale Chinese Legal Event Detection Dataset
判断一颗树是否为完全二叉树——视频讲解!!!
【HMS core】【FAQ】HMS Toolkit典型问题合集1
Mysterious APT Attack
电压跟随器不要随便加
js对数组操作移动进行封装
Redis Desktop Manager 2022.4.2 released
[Deep Learning] (Problem Record)
- Linear Regression - Small Batch Stochastic Gradient Descent Re16: Read the paper ILDC for CJPE: Indian Legal Documents Corpus for Court Judgment Prediction and Explanation
Flask's routing (app.route) detailed
线上靶机prompt.ml
MFCC to audio, the effect should not be too funny >V
Adaptive Control - Simulation Experiment 1 Designing Adaptive Laws Using Lyapunov's Stability Theory
Multi-threading scheme to ensure that a single thread opens a transaction and takes effect