Lucene search
+L
VulnrichmentMost viewed

184628 matches found

Vulnrichment
Vulnrichment
added 2024/03/18 10:19 a.m.29 views

CVE-2023-52617 PCI: switchtec: Fix stdev_release() crash after surprise hot remove

In the Linux kernel, the following vulnerability has been resolved: PCI: switchtec: Fix stdevrelease crash after surprise hot remove A PCI device hot removal may occur while stdev-cdev is held open. The call to stdevrelease then happens during close or exit, at a point way past switchtecpciremove...

6.7AI score0.00237EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/03/18 10:14 a.m.29 views

CVE-2024-26635 llc: Drop support for ETH_P_TR_802_2.

In the Linux kernel, the following vulnerability has been resolved: llc: Drop support for ETHPTR8022. syzbot reported an uninit-value bug below. 0 llc supports ETHP8022 0x0004 and used to support ETHPTR8022 0x0011, and syzbot abused the latter to trigger the bug. write$tunr0,...

6.6AI score0.00242EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/16 10:00 p.m.29 views

CVE-2024-2532 MAGESH-K21 Online-College-Event-Hall-Reservation-System update-users.php sql injection

A vulnerability classified as critical was found in MAGESH-K21 Online-College-Event-Hall-Reservation-System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/update-users.php. The manipulation of the argument id leads to sql injection. The attack can be launched...

6.5CVSS7.2AI score0.00514EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/15 7:13 p.m.29 views

CVE-2024-24827 No rate limits on POST /uploads endpoint in Discourse

Discourse is an open source platform for community discussion. Without a rate limit on the POST /uploads endpoint, it makes it easier for an attacker to carry out a DoS attack on the server since creating an upload can be a resource intensive process. Do note that the impact varies from site to...

5.3CVSS5.5AI score0.00593EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/03/13 3:26 p.m.29 views

CVE-2024-1158 Post Form – Registration Form – Profile Form for User Profiles – Frontend Content Forms for User Submissions (UGC) <= 2.8.7 - Missing Authorization

The Post Form – Registration Form – Profile Form for User Profiles – Frontend Content Forms for User Submissions UGC plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the buddyformsnewpage function in all versions up to, and including,...

4.3CVSS6.8AI score0.00503EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/12 4:58 p.m.29 views

CVE-2024-26170 Windows Composite Image File System (CimFS) Elevation of Privilege Vulnerability

...

7.8CVSS6.9AI score0.06647EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/12 4:58 p.m.29 views

CVE-2024-21440 Microsoft ODBC Driver Remote Code Execution Vulnerability

...

8.8CVSS6.7AI score0.02026EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/12 4:57 p.m.29 views

CVE-2024-21438 Microsoft AllJoyn API Denial of Service Vulnerability

...

7.5CVSS6.8AI score0.02718EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/12 4:57 p.m.29 views

CVE-2024-21429 Windows USB Hub Driver Remote Code Execution Vulnerability

...

6.8CVSS6.7AI score0.00904EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/12 8:12 a.m.29 views

CVE-2024-26001 PHOENIX CONTACT: Out of bounds write only memory access

An unauthenticated remote attacker can write memory out of bounds due to improper input validation in the MQTT stack. The brute force attack is not always successful because of memory randomization...

7.4CVSS8.1AI score0.00871EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/07 8:48 p.m.29 views

CVE-2024-2044 Unsafe Deserialisation and Remote Code Execution by an Authenticated user in pgAdmin 4

pgAdmin = 8.3 is affected by a path-traversal vulnerability while deserializing users’ sessions in the session handling code. If the server is running on Windows, an unauthenticated attacker can load and deserialize remote pickle objects and gain code execution. If the server is running on...

9.9CVSS7.5AI score0.79465EPSS
SaveExploits4References3
Vulnrichment
Vulnrichment
added 2024/03/06 6:23 p.m.29 views

CVE-2024-27288 1Panel open source panel project has an unauthorized vulnerability.

1Panel is an open source Linux server operation and maintenance management panel. Prior to version 1.10.1-lts, users can use Burp to obtain unauthorized access to the console page. The vulnerability has been fixed in v1.10.1-lts. There are no known workarounds...

6.3CVSS6.6AI score0.00471EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2024/03/05 10:22 p.m.29 views

CVE-2023-45289 Incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http

When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a...

6.8AI score0.0108EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/05 11:18 a.m.29 views

CVE-2022-48630 crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

6.6AI score0.00228EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/04 6:40 a.m.29 views

CVE-2024-26622 tomoyo: fix UAF write bug in tomoyo_write_control()

In the Linux kernel, the following vulnerability has been resolved: tomoyo: fix UAF write bug in tomoyowritecontrol Since tomoyowritecontrol updates head-writebuf when write of long lines is requested, we need to fetch head-writebuf after head-iosem is held. Otherwise, concurrent write requests c...

6.8AI score0.00238EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/04 2:43 a.m.29 views

CVE-2024-20033

In nvram, there is a possible information disclosure due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS08499945; Issue ID: ALPS08499945...

6.4AI score0.00088EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.29 views

CVE-2023-52524 net: nfc: llcp: Add lock when modifying device list

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered...

6.8AI score0.00185EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/02 9:31 p.m.29 views

CVE-2022-48627 vt: fix memory overlapping when deleting chars in the buffer

In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when scrmemcpyw is optimized to memcpy because memcpy...

7AI score0.00278EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/01 11:31 a.m.29 views

CVE-2024-2057 LangChain langchain_community TFIDFRetriever tfidf.py load_local server-side request forgery

A vulnerability was found in LangChain langchaincommunity 0.0.26. It has been classified as critical. Affected is the function loadlocal in the library libs/community/langchaincommunity/retrievers/tfidf.py of the component TFIDFRetriever. The manipulation leads to server-side request forgery. It ...

6.5CVSS7.2AI score0.00582EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.29 views

CVE-2024-26617 fs/proc/task_mmu: move mmu notification mechanism inside mm lock

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: move mmu notification mechanism inside mm lock Move mmu notification mechanism inside mm lock to prevent race condition in other components which depend on it. The notifier will invalidate memory range. Depending...

7.8CVSS6.8AI score0.00164EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/28 12:11 p.m.29 views

CVE-2024-21885 Xorg-x11-server: heap buffer overflow in xisenddevicehierarchyevent

A flaw was found in X.Org server. In the XISendDeviceHierarchyEvent function, it is possible to exceed the allocated array length when certain new device IDs are added to the xXIHierarchyInfo struct. This can trigger a heap buffer overflow condition, which may lead to an application crash or remo...

7.8CVSS8.2AI score0.0142EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/02/28 8:33 a.m.29 views

CVE-2024-0786

The Conversios – Google Analytics 4 GA4, Meta Pixel & more Via Google Tag Manager For WooCommerce plugin for WordPress is vulnerable to time-based SQL Injection via the eesyncProductCategory function using the parameters conditionData, valueData, productArray, exclude and include in all versions ...

8.8CVSS8.7AI score0.00695EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.29 views

CVE-2021-46992 netfilter: nftables: avoid overflows in nft_hash_buckets()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid overflows in nfthashbuckets Number of buckets being stored in 32bit variables, we have to ensure that no overflows occur in nfthashbuckets syzbot injected a size == 0x40000000 and reported: UBSAN:...

7.8CVSS6.5AI score0.00261EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/02/27 6:46 p.m.29 views

CVE-2021-46954 net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfrag: fix stack OOB read while fragmenting IPv4 packets when 'actmirred' tries to fragment IPv4 packets that had been previously re-assembled using 'actct', splats like the following can be observed on kernels built...

6.7AI score0.0023EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/27 4:51 p.m.29 views

CVE-2023-50380 Apache Ambari: authenticated users could perform XXE to read arbitrary files on the server

XML External Entity injection in apache ambari versions = 2.7.7, Users are recommended to upgrade to version 2.7.8, which fixes this issue. More Details: Oozie Workflow Scheduler had a vulnerability that allowed for root-level file reading and privilege escalation from low-privilege users. The...

7.2AI score0.00865EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.29 views

CVE-2021-46909 ARM: footbridge: fix PCI interrupt mapping

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

6.8AI score0.00241EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/27 12:00 a.m.29 views

CVE-2024-25166

Cross Site Scripting vulnerability in 71CMS v.1.0.0 allows a remote attacker to execute arbitrary code via the uploadfile action parameter in the controller.php file...

7.3AI score0.00549EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/26 4:50 p.m.29 views

CVE-2024-27088 es5-ext Regular Expression Denial of Service in `function#copy` and `function#toStringTokens`

es5-ext contains ECMAScript 5 extensions. Passing functions with very long names or complex default argument names into functioncopy or functiontoStringTokens may cause the script to stall. The vulnerability is patched in v0.10.63...

6.6AI score0.00535EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2024/02/22 4:21 p.m.29 views

CVE-2023-52447 bpf: Defer the free of inner map when necessary

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr decreases the...

6.9AI score0.00249EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/21 11:36 p.m.29 views

CVE-2024-23120 Multiple Vulnerabilities in the Autodesk AutoCAD Desktop Software

A maliciously crafted STP and STEP file, when parsed in ASMIMPORT228A.dll and ASMIMPORT229A.dll through Autodesk AutoCAD, may force an Out-of-Bounds Write vulnerability. A malicious actor may leverage this vulnerability to cause a crash, cause data corruption, or execute arbitrary code in the...

7.8CVSS7.7AI score0.00481EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/21 2:59 p.m.29 views

CVE-2024-26583 tls: fix race between async notify and socket close

In the Linux kernel, the following vulnerability has been resolved: tls: fix race between async notify and socket close The submitting thread one which called recvmsg/sendmsg may exit as soon as the async crypto handler calls complete so any code past that point risks touching already freed data...

9.8CVSS7AI score0.00546EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/17 3:46 p.m.29 views

CVE-2024-22337 IBM QRadar Suite information disclosure

IBM QRadar Suite 1.10.12.0 through 1.10.17.0 and IBM Cloud Pak for Security 1.10.0.0 through 1.10.11.0 stores potentially sensitive information in log files that could be read by a local user. IBM X-Force ID: 279977...

5.1CVSS5.8AI score0.00191EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/17 1:50 a.m.29 views

CVE-2024-20931

...

7.5CVSS7.6AI score0.59412EPSS
SaveExploits2References1
Vulnrichment
Vulnrichment
added 2024/02/15 8:20 p.m.29 views

CVE-2024-21728 Extension - smartcalc.es - Open redirect vulnerability in osTicky component for Joomla <= 2.2.8

An Open Redirect vulnerability was found in osTicky2 below 2.2.8. osTicky osTicket Bridge by SmartCalc is a Joomla 3.x extension that provides Joomla fronted integration with osTicket, a popular Support ticket system. The Open Redirect vulnerability allows attackers to control the return paramete...

6.8AI score0.0032EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/15 12:18 p.m.29 views

CVE-2024-20733 [ZS-VR-23-360] Adobe Acrobat Reader Parsing OTF font Denial-of-Service Vulnerability

Acrobat Reader versions 20.005.30539, 23.008.20470 and earlier are affected by an Improper Input Validation vulnerability that could lead to an application denial-of-service. An attacker could leverage this vulnerability to cause the application to crash, resulting in a denial of service...

5.5CVSS6.2AI score0.03427EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/13 6:41 p.m.29 views

CVE-2024-1216

...

7AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/13 6:02 p.m.29 views

CVE-2024-21357 Windows Pragmatic General Multicast (PGM) Remote Code Execution Vulnerability

...

8.1CVSS6.8AI score0.26899EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/13 6:02 p.m.29 views

CVE-2024-21352 Microsoft WDAC OLE DB provider for SQL Server Remote Code Execution Vulnerability

...

8.8CVSS7.2AI score0.01628EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/13 2:05 p.m.29 views

CVE-2023-6516 Specific recursive query patterns may lead to an out-of-memory condition

To keep its cache database efficient, named running as a recursive resolver occasionally attempts to clean up the database. It uses several methods, including some that are asynchronous: a small chunk of memory pointing to the cache element that can be cleaned up is first allocated and then queue...

7.5CVSS6.7AI score0.01106EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/13 2:43 a.m.29 views

CVE-2024-24743 XXE vulnerability in SAP NetWeaver AS Java (Guided Procedures)

SAP NetWeaver AS Java CAF - Guided Procedures - version 7.50, allows an unauthenticated attacker to submit a malicious request with a crafted XML file over the network, which when parsed will enable him to access sensitive files and data but not modify them. There are expansion limits in place so...

8.6CVSS6.8AI score0.00516EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/12 2:04 p.m.29 views

CVE-2023-6681 Jwcrypto: denail of service via specifically crafted jwe

A vulnerability was found in JWCrypto. This flaw allows an attacker to cause a denial of service DoS attack and possible password brute-force and dictionary attacks to be more resource-intensive. This issue can result in a large amount of computational consumption, causing a denial of service...

5.3CVSS6.7AI score0.00884EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/07 3:03 p.m.29 views

CVE-2024-24812 Frappe Authenticated Reflected Cross site scripting (XSS) in portal pages

Frappe is a full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Prior to versions 14.59.0 and 15.5.0, portal pages are susceptible to Cross-Site Scripting XSS which can be used to inject malicious JS code if user click...

5.4CVSS5.5AI score0.00384EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/06 4:20 p.m.29 views

CVE-2023-36498

A post-authentication command injection vulnerability exists in the PPTP client functionality of Tp-Link ER7206 Omada Gigabit VPN Router 1.3.0 build 20230322 Rel.70591. A specially crafted HTTP request can lead to arbitrary command injection. An attacker can make an authenticated HTTP request to...

7.2CVSS7.7AI score0.03442EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/02/05 9:21 p.m.29 views

CVE-2024-0374 Views for WPForms <= 3.2.2 - Cross-Site Request Forgery via create_view

The Views for WPForms – Display & Edit WPForms Entries on your site frontend plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.2.2. This is due to missing or incorrect nonce validation on the 'createview' function. This makes it possible for...

4.3CVSS6.6AI score0.00232EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/05 1:26 p.m.29 views

CVE-2024-23108

An improper neutralization of special elements used in an os command 'os command injection' vulnerability in Fortinet allows attacker to execute unauthorized code or commands via via crafted API requests...

10CVSS9.3AI score0.78375EPSS
SaveExploits2References1
Vulnrichment
Vulnrichment
added 2024/02/04 2:11 p.m.29 views

CVE-2023-6240 Kernel: marvin vulnerability side-channel leakage in the rsa decryption operation

A Marvin vulnerability side-channel leakage was found in the RSA decryption operation in the Linux Kernel. This issue may allow a network attacker to decrypt ciphertexts or forge signatures, limiting the services that use that private key...

6.5CVSS6.6AI score0.00969EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/02/03 9:02 a.m.29 views

CVE-2024-1064 Improper Neutralization of HTTP Headers for Scripting Syntax in Crafty Controller 4

A host header injection vulnerability in the HTTP handler component of Crafty Controller allows a remote, unauthenticated attacker to trigger a Denial of Service DoS condition via a modified host header...

7.5CVSS7.1AI score0.00808EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/02/02 3:30 p.m.29 views

CVE-2022-34381

Dell BSAFE SSL-J version 7.0 and all versions prior to 6.5, and Dell BSAFE Crypto-J versions prior to 6.2.6.1 contain an unmaintained third-party component vulnerability. An unauthenticated remote attacker could potentially exploit this vulnerability, leading to the compromise of the impacted...

9.1CVSS6.8AI score0.00979EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/02 6:18 a.m.29 views

CVE-2024-21845 Dsoftbus has an integer overflow vulnerability

in OpenHarmony v4.0.0 and prior versions allow a local attacker cause heap overflow through integer overflow...

2.9CVSS7AI score0.0018EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/01/25 11:32 p.m.29 views

CVE-2024-23614 Symantec Messaging Gateway Buffer Overflow

A buffer overflow vulnerability exists in Symantec Messaging Gateway versions 9.5 and before. A remote, anonymous attacker can exploit this vulnerability to achieve remote code execution as root...

10CVSS8.4AI score0.01609EPSS
SaveExploits0References1
Total number of security vulnerabilities5000