public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] libyaml: Update status of CVE-2024-35328
@ 2024-07-28 14:49 Khem Raj
  2024-07-31  8:47 ` [OE-core] " Marta Rybczynska
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2024-07-28 14:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This is open yet but seems to be disputed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
index 4cb5717ece8..2d6f27af1fc 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
@@ -18,4 +18,6 @@ inherit autotools
 DISABLE_STATIC:class-nativesdk = ""
 DISABLE_STATIC:class-native = ""
 
+CVE_STATUS[CVE-2024-35328] = "disputed: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302"
+
 BBCLASSEXTEND = "native nativesdk"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [OE-core] [PATCH] libyaml: Update status of CVE-2024-35328
  2024-07-28 14:49 [PATCH] libyaml: Update status of CVE-2024-35328 Khem Raj
@ 2024-07-31  8:47 ` Marta Rybczynska
  2024-07-31 14:34   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Marta Rybczynska @ 2024-07-31  8:47 UTC (permalink / raw)
  To: raj.khem; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

On Sun, Jul 28, 2024 at 4:49 PM Khem Raj via lists.openembedded.org
<raj.khem=gmail.com@lists.openembedded.org> wrote:

> This is open yet but seems to be disputed
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
> b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
> index 4cb5717ece8..2d6f27af1fc 100644
> --- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
> +++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
> @@ -18,4 +18,6 @@ inherit autotools
>  DISABLE_STATIC:class-nativesdk = ""
>  DISABLE_STATIC:class-native = ""
>
> +CVE_STATUS[CVE-2024-35328] = "disputed: Upstream thinks there is no
> working code that is exploitable -
> https://github.com/yaml/libyaml/issues/302"
> +
>  BBCLASSEXTEND = "native nativesdk"
>
> Khem, formally this one isn't "disputed". "disputed" is a formal CVE
programme tag, which isn't there for CVE-2024-35328 as of today.

Regards,
Marta

[-- Attachment #2: Type: text/html, Size: 2085 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OE-core] [PATCH] libyaml: Update status of CVE-2024-35328
  2024-07-31  8:47 ` [OE-core] " Marta Rybczynska
@ 2024-07-31 14:34   ` Khem Raj
  2024-07-31 15:42     ` Marta Rybczynska
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2024-07-31 14:34 UTC (permalink / raw)
  To: Marta Rybczynska; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]

On Wed, Jul 31, 2024 at 1:47 AM Marta Rybczynska <rybczynska@gmail.com>
wrote:

>
>
> On Sun, Jul 28, 2024 at 4:49 PM Khem Raj via lists.openembedded.org
> <raj.khem=gmail.com@lists.openembedded.org> wrote:
>
>> This is open yet but seems to be disputed
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>> b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>> index 4cb5717ece8..2d6f27af1fc 100644
>> --- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>> +++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>> @@ -18,4 +18,6 @@ inherit autotools
>>  DISABLE_STATIC:class-nativesdk = ""
>>  DISABLE_STATIC:class-native = ""
>>
>> +CVE_STATUS[CVE-2024-35328] = "disputed: Upstream thinks there is no
>> working code that is exploitable -
>> https://github.com/yaml/libyaml/issues/302"
>> +
>>  BBCLASSEXTEND = "native nativesdk"
>>
>> Khem, formally this one isn't "disputed". "disputed" is a formal CVE
> programme tag, which isn't there for CVE-2024-35328 as of today.
>

Fair enough. We shall change it. Is ignored ok ?

>
>
> Regards,
> Marta
>

[-- Attachment #2: Type: text/html, Size: 2856 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OE-core] [PATCH] libyaml: Update status of CVE-2024-35328
  2024-07-31 14:34   ` Khem Raj
@ 2024-07-31 15:42     ` Marta Rybczynska
  0 siblings, 0 replies; 4+ messages in thread
From: Marta Rybczynska @ 2024-07-31 15:42 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]

On Wed, Jul 31, 2024 at 4:35 PM Khem Raj <raj.khem@gmail.com> wrote:

>
>
> On Wed, Jul 31, 2024 at 1:47 AM Marta Rybczynska <rybczynska@gmail.com>
> wrote:
>
>>
>>
>> On Sun, Jul 28, 2024 at 4:49 PM Khem Raj via lists.openembedded.org
>> <raj.khem=gmail.com@lists.openembedded.org> wrote:
>>
>>> This is open yet but seems to be disputed
>>>
>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>> ---
>>>  meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>>> b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>>> index 4cb5717ece8..2d6f27af1fc 100644
>>> --- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>>> +++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
>>> @@ -18,4 +18,6 @@ inherit autotools
>>>  DISABLE_STATIC:class-nativesdk = ""
>>>  DISABLE_STATIC:class-native = ""
>>>
>>> +CVE_STATUS[CVE-2024-35328] = "disputed: Upstream thinks there is no
>>> working code that is exploitable -
>>> https://github.com/yaml/libyaml/issues/302"
>>> +
>>>  BBCLASSEXTEND = "native nativesdk"
>>>
>>> Khem, formally this one isn't "disputed". "disputed" is a formal CVE
>> programme tag, which isn't there for CVE-2024-35328 as of today.
>>
>
> Fair enough. We shall change it. Is ignored ok ?
>

Wontfix will do for now. If the libyaml team has asked for a refusal and it
will be granted, they might be even removed. But this is a direct MITRE
filling, so will take time.

Regards,
Marta

[-- Attachment #2: Type: text/html, Size: 3272 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-31 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-28 14:49 [PATCH] libyaml: Update status of CVE-2024-35328 Khem Raj
2024-07-31  8:47 ` [OE-core] " Marta Rybczynska
2024-07-31 14:34   ` Khem Raj
2024-07-31 15:42     ` Marta Rybczynska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox