CVE-2022-24709 – Cross site scripting in @awsui/components-react
https://notcve.org/view.php?id=CVE-2022-24709
@awsui/components-react is the main AWS UI package which contains React components, with TypeScript definitions designed for user interface development. Multiple components in versions before 3.0.367 have been found to not properly neutralize user input and may allow for javascript injection. Users are advised to upgrade to version 3.0.367 or later. There are no known workarounds for this issue. awsui/components-react es el paquete principal de AWS UI que contiene componentes de React, con definiciones de TypeScript diseñadas para el desarrollo de interfaces de usuario. Se ha detectado que varios componentes en versiones anteriores a3.0.367 no neutralizan apropiadamente la entrada del usuario y pueden permitir una inyección de javascript. • https://github.com/aws/awsui-documentation/security/advisories/GHSA-mf22-92pm-m8p8 https://www.npmjs.com/package/%40awsui/components-react • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2022-25809
https://notcve.org/view.php?id=CVE-2022-25809
Improper Neutralization of audio output from 3rd and 4th Generation Amazon Echo Dot devices allows arbitrary voice command execution on these devices via a malicious skill (in the case of remote attackers) or by pairing a malicious Bluetooth device (in the case of physically proximate attackers), aka an "Alexa versus Alexa (AvA)" attack. Una Neutralización Inapropiada de la salida de audio de los dispositivos Amazon Echo Dot de 3ª y 4ª generación permite una ejecución de comandos de voz arbitrarios en estos dispositivos por medio de una habilidad maliciosa (en el caso de atacantes remotos) o mediante el emparejamiento de un dispositivo Bluetooth malicioso (en el caso de atacantes físicamente próximos), también conocido como ataque "Alexa versus Alexa (AvA)" • https://arxiv.org/abs/2202.08619 •
CVE-2021-44833
https://notcve.org/view.php?id=CVE-2021-44833
The CLI 1.0.0 for Amazon AWS OpenSearch has weak permissions for the configuration file. El CLI 1.0.0 para Amazon AWS OpenSearch presenta permisos débiles para el archivo de configuración • https://github.com/opensearch-project/opensearch-cli/blob/275085730f791daccaac81c566a25f541656d9f9/commands/root.go#L43 https://github.com/opensearch-project/opensearch-cli/commit/69dc712d0d0d05dc2bc2bd0d733c73e3641b633a • CWE-276: Incorrect Default Permissions •
CVE-2021-43811 – Code injection via unsafe YAML loading
https://notcve.org/view.php?id=CVE-2021-43811
Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. Sockeye uses YAML to store model and data configurations on disk. Versions below 2.3.24 use unsafe YAML loading, which can be made to execute arbitrary code embedded in config files. An attacker can add malicious code to the config file of a trained model and attempt to convince users to download and run it. If users run the model, the embedded code will run locally. • https://github.com/s-index/CVE-2021-43811 https://github.com/awslabs/sockeye/pull/964 https://github.com/awslabs/sockeye/releases/tag/2.3.24 https://github.com/awslabs/sockeye/security/advisories/GHSA-ggmr-44cv-24pm • CWE-94: Improper Control of Generation of Code ('Code Injection') •
CVE-2021-43638
https://notcve.org/view.php?id=CVE-2021-43638
Amazon Amazon WorkSpaces agent is affected by Integer Overflow. IOCTL Handler 0x22001B in the Amazon WorkSpaces agent below v1.0.1.1537 allow local attackers to execute arbitrary code in kernel mode or cause a denial of service (memory corruption and OS crash) via specially crafted I/O Request Packet. Amazon Amazon WorkSpaces agent está afectado por un Desbordamiento de Enteros. IOCTL Handler 0x22001B en el agente de Amazon WorkSpaces versiones anteriores a v1.0.1.1537, permite a atacantes locales ejecutar código arbitrario en modo kernel o causar una denegación de servicio (corrupción de memoria y bloqueo del Sistema Operativo) por medio de un paquete de petición de E/S especialmente diseñado • https://www.sentinelone.com/labs/usb-over-ethernet-multiple-privilege-escalation-vulnerabilities-in-aws-and-other-major-cloud-services • CWE-190: Integer Overflow or Wraparound •