CVE-2024-3251
published 2024-04-03CVE-2024-3251: A vulnerability was found in SourceCodester Computer Laboratory Management System 1.0. It has been rated as critical. Affected by this issue is some unknown…
PriorityP352high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.61%
45.2th percentile
A vulnerability was found in SourceCodester Computer Laboratory Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /admin/?page=borrow/view_borrow. The manipulation of the argument id leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-259100.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| oretnom23 | computer_laboratory_management_system | — | — |
| sourcecodester | computer_laboratory_management_system | — | — |
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv2.06.5MEDIUMAV:N/AC:L/Au:S/C:P/I:P/A:P
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Sentry's Python SDK unintentionally exposes environment variables to subprocesses
ghsa·2024-07-18
CVE-2024-40647 [LOW] CWE-200 Sentry's Python SDK unintentionally exposes environment variables to subprocesses
Sentry's Python SDK unintentionally exposes environment variables to subprocesses
### Impact
The bug in Sentry's Python SDK >> subprocess.check_output(["env"], env={"TEST":"1"})
b'TEST=1\n'
```
If you'd want to not pass any variables, you can set an empty dict:
```
>>> subprocess.check_output(["env"], env={})
b''
```
However, the bug in Sentry SDK <2.8.0 causes **all environment variables** to be passed to the subprocesses when `env={}` is set, unless the Sentry SDK's [Stdlib](https://docs.sentry.io/platforms/python/integrations/default-integrations/#stdlib) integration is disabled. The Stdlib integration is enabled by default.
### Patches
The issue has been patched in https://github.com/getsentry/sentry-python/pull/3251 and the fix released in [sentry-sdk==2.8.0](https://github.com/
GHSA
GHSA-mf4j-qfjr-8mhr: A vulnerability was found in SourceCodester Computer Laboratory Management System 1
ghsa_unreviewed·2024-04-03
CVE-2024-3251 [MEDIUM] CWE-89 GHSA-mf4j-qfjr-8mhr: A vulnerability was found in SourceCodester Computer Laboratory Management System 1
A vulnerability was found in SourceCodester Computer Laboratory Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /admin/?page=borrow/view_borrow. The manipulation of the argument id leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-259100.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/0xAlmighty/Vulnerability-Research/blob/main/SourceCodester/CLMS/SourceCodester-CLMS-SQLi.mdhttps://vuldb.com/?ctiid.259100https://vuldb.com/?id.259100https://vuldb.com/?submit.309091https://github.com/0xAlmighty/Vulnerability-Research/blob/main/SourceCodester/CLMS/SourceCodester-CLMS-SQLi.mdhttps://vuldb.com/?ctiid.259100https://vuldb.com/?id.259100https://vuldb.com/?submit.309091
2024-04-03
Published