βΌ CVE-2023-39582 βΌ
π Read
via "National Vulnerability Database".
SQL Injection vulnerability in Chamilo LMS v.1.11 thru v.1.11.20 allows a remote privileged attacker to obtain sensitive information via the import sessions functions.π Read
via "National Vulnerability Database".
βΌ CVE-2023-39631 βΌ
π Read
via "National Vulnerability Database".
An issue in LanChain-ai Langchain v.0.0.245 allows a remote attacker to execute arbitrary code via the evaluate function in the numexpr library.π Read
via "National Vulnerability Database".
βΌ CVE-2023-41628 βΌ
π Read
via "National Vulnerability Database".
An issue in O-RAN Software Community E2 G-Release allows attackers to cause a Denial of Service (DoS) by incorrectly initiating the messaging procedure between the E2Node and E2Term components.π Read
via "National Vulnerability Database".
βΌ CVE-2022-3407 βΌ
π Read
via "National Vulnerability Database".
I some cases, when the device is USB-tethered to a host PC, and the device is sharing its mobile network connection with the host PC, if the user originates a call on the device, then the device's modem may reset and cause the phone call to not succeed. This may block the user from dialing emergency services. This patch resolves the device's modem reset issue.π Read
via "National Vulnerability Database".
βΌ CVE-2023-4721 βΌ
π Read
via "National Vulnerability Database".
Out-of-bounds Read in GitHub repository gpac/gpac prior to 2.3-DEV.π Read
via "National Vulnerability Database".
βΌ CVE-2023-40771 βΌ
π Read
via "National Vulnerability Database".
SQL injection vulnerability in DataEase v.1.18.9 allows a remote attacker to obtain sensitive information via a crafted string outside of the blacklist function.π Read
via "National Vulnerability Database".
βΌ CVE-2023-4722 βΌ
π Read
via "National Vulnerability Database".
Integer Overflow or Wraparound in GitHub repository gpac/gpac prior to 2.3-DEV.π Read
via "National Vulnerability Database".
βΌ CVE-2020-22612 βΌ
π Read
via "National Vulnerability Database".
Installer RCE on settings file write in MyBB before 1.8.22.π Read
via "National Vulnerability Database".
βΌ CVE-2023-41627 βΌ
π Read
via "National Vulnerability Database".
O-RAN Software Community ric-plt-lib-rmr v4.9.0 does not validate the source of the routing tables it receives, potentially allowing attackers to send forged routing tables to the device.π Read
via "National Vulnerability Database".
π¦Ώ UKβs NCSC Warns Against Cybersecurity Attacks on AI π¦Ώ
π Read
via "Tech Republic".
The National Cyber Security Centre provides details on prompt injection and data poisoning attacks so organizations using machine-learning models can mitigate the risks.π Read
via "Tech Republic".
TechRepublic
UKβs NCSC Warns Against Cybersecurity Attacks on AI
U.K.βs National Cyber Security Centre publication on AI details attacks that might target organizations implementing or developing ML models.
π΄ MSSQL Databases Under Fire From FreeWorld Ransomware π΄
π Read
via "Dark Reading".
The sophisticated attacks, tracked as DB#JAMMER, run shell commands to impair defenses and deploy tools to establish persistence on the host.π Read
via "Dark Reading".
Dark Reading
MSSQL Databases Under Fire From FreeWorld Ransomware
The sophisticated attacks, tracked as DB#JAMMER, run shell commands to impair defenses and deploy tools to establish persistence on the host.
π΄ US Government Denies Blocking Sales of AI Chips to Middle East π΄
π Read
via "Dark Reading".
Nvidia and AMD do face expanded export rules for their A100 and H100 artificial intelligence (AI) chips in the Middle East, but it's not yet clear why.π Read
via "Dark Reading".
Dark Reading
US Government Denies Blocking Sales of AI Chips to Middle East
Nvidia and AMD do face expanded export rules for their A100 and H100 artificial intelligence (AI) chips in the Middle East, but it's not yet clear why.
π΄ Inaugural Pwn2Own Automotive Contest Dangles $1M for Car Hackers π΄
π Read
via "Dark Reading".
The competition encourages automotive research and allows for contestants to take part in person or remotely.π Read
via "Dark Reading".
Dark Reading
Inaugural Pwn2Own Automotive Contest Dangles $1M for Car Hackers
The competition encourages automotive research and allows for contestants to take part in person or remotely.
βΌ CVE-2023-4709 βΌ
π Read
via "National Vulnerability Database".
A vulnerability classified as problematic has been found in TOTVS RM 12.1. Affected is an unknown function of the file Login.aspx of the component Portal. The manipulation of the argument VIEWSTATE leads to cross site scripting. It is possible to launch the attack remotely. The identifier of this vulnerability is VDB-238572. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.π Read
via "National Vulnerability Database".
βΌ CVE-2023-41633 βΌ
π Read
via "National Vulnerability Database".
Catdoc v0.95 was discovered to contain a NULL pointer dereference via the component xls2csv at src/fileutil.c.π Read
via "National Vulnerability Database".
βΌ CVE-2023-4707 βΌ
π Read
via "National Vulnerability Database".
A vulnerability was found in Infosoftbd Clcknshop 1.0.0. It has been declared as problematic. This vulnerability affects unknown code of the file /collection/all. The manipulation of the argument q leads to cross site scripting. The attack can be initiated remotely. VDB-238570 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.π Read
via "National Vulnerability Database".
βΌ CVE-2023-39714 βΌ
π Read
via "National Vulnerability Database".
Multiple cross-site scripting (XSS) vulnerabilities in Free and Open Source Inventory Management System v1.0 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the Name, Address, and Company parameters under the Add New Member section.π Read
via "National Vulnerability Database".
βΌ CVE-2023-1523 βΌ
π Read
via "National Vulnerability Database".
Using the TIOCLINUX ioctl request, a malicious snap could inject contents into the input of the controlling terminal which could allow it to cause arbitrary commands to be executed outside of the snap sandbox after the snap exits. Graphical terminal emulators like xterm, gnome-terminal and others are not affected - this can only be exploited when snaps are run on a virtual console.π Read
via "National Vulnerability Database".
βΌ CVE-2023-41051 βΌ
π Read
via "National Vulnerability Database".
In a typical Virtual Machine Monitor (VMM) there are several components, such as boot loader, virtual device drivers, virtio backend drivers and vhost drivers, that need to access the VM physical memory. The vm-memory rust crate provides a set of traits to decouple VM memory consumers from VM memory providers. An issue was discovered in the default implementations of the `VolatileMemory::{get_atomic_ref, aligned_as_ref, aligned_as_mut, get_ref, get_array_ref}` trait functions, which allows out-of-bounds memory access if the `VolatileMemory::get_slice` function returns a `VolatileSlice` whose length is less than the functionΓ’β¬β’s `count` argument. No implementations of `get_slice` provided in `vm_memory` are affected. Users of custom `VolatileMemory` implementations may be impacted if the custom implementation does not adhere to `get_slice`'s documentation. The issue started in version 0.1.0 but was fixed in version 0.12.2 by inserting a check that verifies that the `VolatileSlice` returned by `get_slice` is of the correct length. Users are advised to upgrade. There are no known workarounds for this issue.π Read
via "National Vulnerability Database".
βΌ CVE-2023-4708 βΌ
π Read
via "National Vulnerability Database".
A vulnerability was found in Infosoftbd Clcknshop 1.0.0. It has been rated as critical. This issue affects some unknown processing of the file /collection/all of the component GET Parameter Handler. The manipulation of the argument tag leads to sql injection. The attack may be initiated remotely. The associated identifier of this vulnerability is VDB-238571. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.π Read
via "National Vulnerability Database".
π΄ AI for Good: Voxel AI Tech Increases Funding to $30M With Strategic Funding Round π΄
π Read
via "Dark Reading".
π Read
via "Dark Reading".
Dark Reading
AI for Good: Voxel AI Tech Increases Funding to $30M With Strategic Funding Round
San Francisco, California - August 30, 2023; Every year over 340m workers suffer a workplace injury: slips and falls, strains and sprains, vehicle collisions and crashes. Voxel, an AI startup using computer vision to transform safety and operations in theβ¦