Merged
Conversation
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 6, 2025
Pick commit from PR [1] linked from [2] and [3] which mlso entions both these CVEs. [1] fontforge/fontforge#5367 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-25081 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-25082 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
OldManYellsAtCloud
pushed a commit
to OldManYellsAtCloud/meta-openembedded
that referenced
this pull request
Sep 6, 2025
Pick commit from PR [1] linked from [2] and [3] which mlso entions both these CVEs. [1] fontforge/fontforge#5367 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-25081 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-25082 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
OldManYellsAtCloud
pushed a commit
to OldManYellsAtCloud/meta-openembedded
that referenced
this pull request
Sep 6, 2025
Pick commit from PR [1] linked from [2] and [3] which mlso entions both these CVEs. [1] fontforge/fontforge#5367 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-25081 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-25082 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
OldManYellsAtCloud
pushed a commit
to OldManYellsAtCloud/meta-openembedded
that referenced
this pull request
Sep 6, 2025
Pick commit from PR [1] linked from [2] and [3] which mlso entions both these CVEs. [1] fontforge/fontforge#5367 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-25081 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-25082 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
OldManYellsAtCloud
pushed a commit
to OldManYellsAtCloud/meta-openembedded
that referenced
this pull request
Sep 7, 2025
Pick commit from PR [1] linked from [2] and [3] which mlso entions both these CVEs. [1] fontforge/fontforge#5367 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-25081 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-25082 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
jpuhlman
pushed a commit
to MontaVista-OpenSourceTechnology/meta-openembedded
that referenced
this pull request
Nov 4, 2025
Source: meta-openembedded MR: 296370 Type: Integration Disposition: Merged from meta-openembedded ChangeID: 06a0862 Description: Pick commit from PR [1] linked from [2] and [3] which mlso entions both these CVEs. [1] fontforge/fontforge#5367 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-25081 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-25082 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> (cherry picked from commit 1e6dbd1) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch addresses security vulnerabilities arising from how FontForge opens certain files. The code has been changed to use glib's
g_spawn_sync/asyncfunctions that do not execute commands through a shell. This patch should still retain all of the original functionality and introduce no breaking changes, having passed all tests as well.As discussed with the maintainers via email, opening a public PR here.
Addresses CVES:
Type of change