| Reporter | Title | Published | Views | Family All 43 |
|---|---|---|---|---|
| The vulnerability of the slice_indices function in the programming language Python for microcontrollers and MicroPython systems allows a intruder to compromise the confidentiality, integrity, and accessibility of protected information. | 12 Jan 202400:00 | – | bdu_fstec | |
| CVE-2023-7152 | 29 Dec 202306:26 | – | circl | |
| CVE-2023-7158 | 29 Dec 202308:26 | – | circl | |
| MicroPython Resource Management Error Vulnerability | 29 Dec 202300:00 | – | cnnvd | |
| MicroPython Security Vulnerabilities | 29 Dec 202300:00 | – | cnnvd | |
| CVE-2023-7152 | 29 Dec 202304:31 | – | cve | |
| CVE-2023-7158 | 29 Dec 202306:31 | – | cve | |
| CVE-2023-7152 MicroPython modselect.c poll_set_add_fd use after free | 29 Dec 202304:31 | – | cvelist | |
| CVE-2023-7158 MicroPython objslice.c slice_indices heap-based overflow | 29 Dec 202306:31 | – | cvelist | |
| EUVD-2023-0145 | 3 Oct 202520:07 | – | euvd |
# SPDX-FileCopyrightText: 2025 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.9.2024.9102297705459");
script_cve_id("CVE-2023-7152", "CVE-2023-7158");
script_tag(name:"creation_date", value:"2025-05-26 07:22:06 +0000 (Mon, 26 May 2025)");
script_version("2025-05-27T05:40:43+0000");
script_tag(name:"last_modification", value:"2025-05-27 05:40:43 +0000 (Tue, 27 May 2025)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-01-05 14:47:39 +0000 (Fri, 05 Jan 2024)");
script_name("Fedora: Security Advisory (FEDORA-2024-9f2a705459)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms", re:"ssh/login/release=FC41");
script_xref(name:"Advisory-ID", value:"FEDORA-2024-9f2a705459");
script_xref(name:"URL", value:"https://bodhi.fedoraproject.org/updates/FEDORA-2024-9f2a705459");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2256176");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2256178");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2259215");
script_xref(name:"URL", value:"https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild");
script_tag(name:"summary", value:"The remote host is missing an update for the 'micropython' package(s) announced via the FEDORA-2024-9f2a705459 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Automatic update for micropython-1.22.2-1.fc41.
##### **Changelog**
```
* Fri Mar 22 2024 Charalampos Stratakis <[email protected]> - 1.22.2-1
- Update to 1.22.2
- Security fixes for CVE-2023-7158 and CVE-2023-7152
- Fixes: rhbz#2256176, rhbz#2256178, rhbz#2259215
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 1.21.0-3
- Rebuilt for [link moved to references]
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.21.0-2
- Rebuilt for [link moved to references]
```");
script_tag(name:"affected", value:"'micropython' package(s) on Fedora 41.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "FC41") {
if(!isnull(res = isrpmvuln(pkg:"micropython", rpm:"micropython~1.22.2~1.fc41", rls:"FC41"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation