Skip to content

Commit

Permalink
assign CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
dveditz authored and pascalchevrel committed Sep 3, 2024
1 parent 2e7baff commit 2d8da0a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions announce/2024/mfsa2024-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ fixed_in:
- Firefox 130
title: Security Vulnerabilities fixed in Firefox 130
advisories:
MFSA-RESERVE-2024-1911909:
CVE-2024-8385:
title: WASM type confusion involving ArrayTypes
impact: high
reporter: Seunghyun Lee
description: |
A difference in the handling of StructFields and ArrayTypes in WASM could be used to trigger an exploitable type confusion vulnerability.
bugs:
- url: 1911909
MFSA-RESERVE-2024-1912715:
CVE-2024-8381:
title: Type confusion when looking up a property name in a "with" block
impact: high
reporter: Nils Bars
description: |
A potentially exploitable type confusion could be triggered when looking up a property name on an object being used as the <code>with</code> environment.
bugs:
- url: 1912715
MFSA-RESERVE-2024-1902996:
CVE-2024-8388:
title: Fullscreen notice on Android could be hidden under various panels and OS prompts
impact: moderate
reporter: Shaheen Fazim, Raphael Saniyazov, Rifa&apos;i Rejal Maynando, James Lee, P Umar Farooq, Hafiizh
Expand All @@ -31,31 +31,31 @@ advisories:
- url: 1902996
- url: https://bugzilla.mozilla.org/buglist.cgi?bug_id=1839074%2C1865413%2C1868970%2C1873367%2C1877820%2C1884642%2C1886469%2C1894326%2C1894891%2C1897648
desc: Bugs describing ways to abuse specific prompts
MFSA-RESERVE-2024-1906744:
CVE-2024-8382:
title: Internal event interfaces were exposed to web content when browser EventHandler listener callbacks ran
impact: moderate
reporter: Gregory Pappas
description: |
Internal browser event interfaces were exposed to web content when privileged EventHandler listener callbacks ran for those events. Web content that tried to use those interfaces would not be able to use them with elevated privileges, but their presence would indicate certain browser features had been used, such as when a user opened the Dev Tools console.
bugs:
- url: 1906744
MFSA-RESERVE-2024-1908496:
CVE-2024-8383:
title: 'Firefox did not ask before openings news: links in an external application'
impact: moderate
reporter: D7
description: |
Firefox normally asks for confirmation before asking the operating system to find an application to handle a scheme that the browser does not support. It did not ask before doing so for the Usenet-related schemes news: and snews:. Since most operating systems don't have a trusted newsreader installed by default, an unscrupulous program that the user downloaded could register itself as a handler. The website that served the application download could then launch that application at will
bugs:
- url: 1908496
MFSA-RESERVE-2024-1911288:
CVE-2024-8384:
title: Garbage collection could mis-color cross-compartment objects in OOM conditions
impact: moderate
reporter: the Mozilla Fuzzing Team
description: |
The JavaScript garbage collector could mis-color cross-compartment objects if OOM conditions were detected at the right point between two passes. This could have led to memory corruption.
bugs:
- url: 1911288
MFSA-RESERVE-2024-1909529:
CVE-2024-8386:
title: SelectElements could be shown over another site if popups are allowed
impact: low
reporter: Shaheen Fazim, Hafiish
Expand All @@ -65,7 +65,7 @@ advisories:
- url: 1909529
- url: 1907032
- url: 1909163
MFSA-RESERVE-2024-3:
CVE-2024-8387:
title: Memory safety bugs fixed in Firefox 130, Firefox ESR 128.2, and Thunderbird 128.2
impact: high
reporter: Yury Delendik, the Mozilla Fuzzing Team
Expand All @@ -74,7 +74,7 @@ advisories:
bugs:
- url: 1857607, 1911858, 1914009
desc: Memory safety bugs fixed in Firefox 130, Firefox ESR 128.2, and Thunderbird 128.2
MFSA-RESERVE-2024-4:
CVE-2024-8389:
title: Memory safety bugs fixed in Firefox 130
impact: high
reporter: the Mozilla Fuzzing Team, Andrew McCreight
Expand Down
14 changes: 7 additions & 7 deletions announce/2024/mfsa2024-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,47 @@ fixed_in:
- Firefox ESR 128.2
title: Security Vulnerabilities fixed in Firefox ESR 128.2
advisories:
MFSA-RESERVE-2024-1911909:
CVE-2024-8385:
title: WASM type confusion involving ArrayTypes
impact: high
reporter: Seunghyun Lee
description: |
A difference in the handling of StructFields and ArrayTypes in WASM could be used to trigger an exploitable type confusion vulnerability.
bugs:
- url: 1911909
MFSA-RESERVE-2024-1912715:
CVE-2024-8381:
title: Type confusion when looking up a property name in a &quot;with&quot; block
impact: high
reporter: Nils Bars
description: |
A potentially exploitable type confusion could be triggered when looking up a property name on an object being used as the <code>with</code> environment.
bugs:
- url: 1912715
MFSA-RESERVE-2024-1906744:
CVE-2024-8382:
title: Internal event interfaces were exposed to web content when browser EventHandler listener callbacks ran
impact: moderate
reporter: Gregory Pappas
description: |
Internal browser event interfaces were exposed to web content when privileged EventHandler listener callbacks ran for those events. Web content that tried to use those interfaces would not be able to use them with elevated privileges, but their presence would indicate certain browser features had been used, such as when a user opened the Dev Tools console.
bugs:
- url: 1906744
MFSA-RESERVE-2024-1908496:
CVE-2024-8383:
title: 'Firefox did not ask before openings news: links in an external application'
impact: moderate
reporter: D7
description: |
Firefox normally asks for confirmation before asking the operating system to find an application to handle a scheme that the browser does not support. It did not ask before doing so for the Usenet-related schemes news: and snews:. Since most operating systems don't have a trusted newsreader installed by default, an unscrupulous program that the user downloaded could register itself as a handler. The website that served the application download could then launch that application at will
bugs:
- url: 1908496
MFSA-RESERVE-2024-1911288:
CVE-2024-8384:
title: Garbage collection could mis-color cross-compartment objects in OOM conditions
impact: moderate
reporter: the Mozilla Fuzzing Team
description: |
The JavaScript garbage collector could mis-color cross-compartment objects if OOM conditions were detected at the right point between two passes. This could have led to memory corruption.
bugs:
- url: 1911288
MFSA-RESERVE-2024-1909529:
CVE-2024-8386:
title: SelectElements could be shown over another site if popups are allowed
impact: low
reporter: Shaheen Fazim, Hafiish
Expand All @@ -55,7 +55,7 @@ advisories:
- url: 1909529
- url: 1907032
- url: 1909163
MFSA-RESERVE-2024-3:
CVE-2024-8387:
title: Memory safety bugs fixed in Firefox 130, Firefox ESR 128.2, and Thunderbird 128.2
impact: high
reporter: the Mozilla Fuzzing Team, Yury Delendik
Expand Down
8 changes: 4 additions & 4 deletions announce/2024/mfsa2024-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ fixed_in:
- Firefox ESR 115.15
title: Security Vulnerabilities fixed in Firefox ESR 115.15
advisories:
MFSA-RESERVE-2024-1912715:
CVE-2024-8381:
title: Type confusion when looking up a property name in a &quot;with&quot; block
impact: high
reporter: Nils Bars
description: |
A potentially exploitable type confusion could be triggered when looking up a property name on an object being used as the <code>with</code> environment.
bugs:
- url: 1912715
MFSA-RESERVE-2024-1906744:
CVE-2024-8382:
title: Internal event interfaces were exposed to web content when browser EventHandler listener callbacks ran
impact: moderate
reporter: Gregory Pappas
description: |
Internal browser event interfaces were exposed to web content when privileged EventHandler listener callbacks ran for those events. Web content that tried to use those interfaces would not be able to use them with elevated privileges, but their presence would indicate certain browser features had been used, such as when a user opened the Dev Tools console.
bugs:
- url: 1906744
MFSA-RESERVE-2024-1908496:
CVE-2024-8383:
title: 'Firefox did not ask before openings news: links in an external application'
impact: moderate
reporter: D7
description: |
Firefox normally asks for confirmation before asking the operating system to find an application to handle a scheme that the browser does not support. It did not ask before doing so for the Usenet-related schemes news: and snews:. Since most operating systems don't have a trusted newsreader installed by default, an unscrupulous program that the user downloaded could register itself as a handler. The website that served the application download could then launch that application at will
bugs:
- url: 1908496
MFSA-RESERVE-2024-1911288:
CVE-2024-8384:
title: Garbage collection could mis-color cross-compartment objects in OOM conditions
impact: moderate
reporter: the Mozilla Fuzzing Team
Expand Down

0 comments on commit 2d8da0a

Please sign in to comment.