Informazioni sul CVE-2024-27075

media: dvb-frontends: avoid stack overflow warnings with clang

CWE ID: N/A

Base Score (CVSS): N/A

CVE: CVE-2024-27075

Descrizione: In the Linux kernel, the following vulnerability has been fixed: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch addressed a KASAN issue in stv0367, now a similar problem arose with clang: drivers/media/dvb-frontends/stv0367.c:1222:12: error: stack frame size (3624) exceeds limit (2048) in ‘stv0367ter_set_frontend’ [-Werror,-Wframe-larger-than] 1214 | static int stv0367ter_set_frontend(struct dvb_frontend *fe) Modify the stv0367_writereg() function to be simpler and mark both register access functions as noinline_for_stack, so the temporary i2c_msg structures do not get duplicated when KASAN_STACK is enabled.

Vettore di attacco

Punteggio CVSS

Il CVSS è un sistema di valutazione che misura la gravità di una vulnerabilità informatica considerando fattori come l’impatto potenziale, la probabilità di attacco e la facilità di esecuzione.

Punteggio Base (calcolato da AziendaSicura): 0.0 (None)

Riassunto: .

Dettaglio del Vettore

Metrica Valore Significato Descrizione

Riferimenti esterni

Prodotti interessati

  • Linux – Linux
  • Linux – Linux

Relazioni con altri prodotti

Produttore:Linux
Prodotto: Linux
Anno: 2024
CWE:
CVSS: 0.0

Ulteriori risorse disponibili