Skip to content

Commit f2cd64c

Browse files
authored
uniapi 1.0.7
Signed-off-by: Mike Fiedler <[email protected]>
1 parent 36847f2 commit f2cd64c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: vulns/uniapi/PYSEC-0000-uniapi.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
id: PYSEC-0000-uniapi.yaml
2+
modified: 2025-01-24T19:56:53Z
3+
summary: uniapi version 1.0.7 contained an information harvesting script.
4+
details: |
5+
uniapi version 1.0.7 introduces code that would execute
6+
on import of the module and download a script from a remote URL,
7+
and would then execute the downloaded script in a thread.
8+
The downloaded script would harvest system information
9+
and `POST` the information to another remote URL.
10+
This code was found in the PyPI release artifacts and was not present
11+
in the public GitHub repository.
12+
affected:
13+
- package:
14+
ecosystem: PyPI
15+
name: uniapi
16+
purl: pkg:pypi/uniapi
17+
versions:
18+
- 1.0.7
19+
references:
20+
- type: EVIDENCE
21+
url: https://inspector.pypi.io/project/uniapi/1.0.7/packages/0f/40/c6e06c22bbc22ef45f40bf5a7711763fa08fec4d16b4718d86fd60970131/uniapi-1.0.7.tar.gz/uniapi-1.0.7/uniapi/__init__.py#line.11
22+
credits:
23+
- name: Mike Fiedler
24+
type: COORDINATOR
25+
- name: Kamil Mańkowski
26+
type: REPORTER

0 commit comments

Comments
 (0)