Lucene search
+L

1525 matches found

Oracle linux
Oracle linux
•added 2025/05/22 12:00 a.m.•26 views

php:8.2 security update

php 8.2.28-1 - rebase to 8.2.28 8.2.25-1 - rebase to 8.2.25 RHEL-65837 8.2.13-1 - rebase to 8.2.13 RHEL-14699 - add %phpize and %phpconfig macros - move httpd/nginx wants directives to config files in /etc - php-fpm.conf: move include directive after global section following upstream example,...

6.3CVSS6.6AI score0.02238EPSS
SaveExploits5
OSV
OSV
•added 2025/05/20 4:15 p.m.•5 views

DEBIAN-CVE-2025-37914

In the Linux kernel, the following vulnerability has been resolved: netsched: ets: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of ets,...

7.8CVSS6AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
•added 2025/05/20 3:21 p.m.•11 views

CVE-2025-37914 net_sched: ets: Fix double list add in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: ets: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of ets,...

7.8CVSS6.5AI score
SaveExploits0References12
Veracode
Veracode
•added 2025/05/16 3:18 p.m.•9 views

Incorrect Authorization

Mattermost is vulnerable to Improper Authorization. The vulnerability is due to authenticated users with restricted invite rights being able to add guest users to a team via the API, bypassing intended access controls...

4.3CVSS6.8AI score0.00244EPSS
SaveExploits0References2Affected Software2
OSV
OSV
•added 2025/05/15 12:30 p.m.•14 views

GHSA-R7R2-M3VR-C8QC Mattermost Fails to Validate Team Invite Permissions

Mattermost versions 10.6.x = 10.6.1, 10.5.x = 10.5.2, 10.4.x = 10.4.4, 9.11.x = 9.11.11 fail to check the correct permissions which allows authenticated users who only have permission to invite non-guest users to a team to add guest users to that team via the API to add a single user to a team...

4.3CVSS6.5AI score0.00244EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•11 views

kernel: wifi: rtw89: avoid to add interface to list twice when SER

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid to add interface to list twice when SER If SER L2 occurs during the WoWLAN resume flow, the add interface flow is triggered by ieee80211reconfig. However, due to rtw89wowresume return failure, it will cause the...

8.8CVSS6.5AI score0.00343EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
•added 2025/05/05 7:00 a.m.•4 views

rapidio: fix an API misues when rio_add_net() fails

...

7.8CVSS7.3AI score0.00215EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2025/05/05 7:00 a.m.•9 views

team: prevent adding a device which is already a team device lower

...

5.5CVSS6.9AI score0.00174EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/05/01 12:00 a.m.•15 views

PT-2025-18532 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been resolved, specifically in the erofs component when operating in fscache mode. The problem arises because the xarray iteration only maintains a read...

9.8CVSS7.4AI score0.01369EPSS
SaveExploits4References699
Packet Storm News
Packet Storm News
•added 2025/04/30 12:00 a.m.•14 views

Low Latency FPGA Implementation of Twisted Edward Curve Cryptography Hardware Accelerator over Prime Field

The performance of any elliptic curve cryptography hardware accelerator significantly relies on the efficiency of the underlying point multiplication PM architecture. This article presents a hardware implementation of field-programmable gate array FPGA based modular arithmetic, group operation, a...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/04/28 12:00 a.m.•11 views

PT-2025-22175

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the net sched component, specifically the qfq queueing discipline. The issue arises when a netem child qdisc causes the...

7.8CVSS6.8AI score0.00227EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/04/28 12:00 a.m.•13 views

PT-2025-22176

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the net sched: ets, where a netem child qdisc can cause the parent qdisc's enqueue callback to be reentrant. This can le...

7.8CVSS6.8AI score0.00223EPSS
SaveExploits0
CVE
CVE
•added 2025/04/25 12:00 a.m.•73 views

CVE-2025-46547

CVE-2025-46547 : In Sherpa Orchestrator 141851, the web application lacks CSRF protection, enabling an attacker to perform actions such as XSS, adding a new user or role, or triggering SQL injection. The issue is documented across multiple sources (NVD/Red Hat/CIRCL/CVE list) with similar descrip...

6.1CVSS7.3AI score0.00169EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
•added 2025/04/17 2:51 p.m.•17 views

CVE-2025-32946

This vulnerability allows any attacker to add playlists to a different user’s channel using the ActivityPub protocol. The vulnerable code sets the owner of the new playlist to be the user who performed the request, and then sets the associated channel to the channel ID supplied by the request,...

5.3CVSS7AI score0.00373EPSS
SaveExploits1References1
NVD
NVD
•added 2025/04/16 3:16 p.m.•19 views

CVE-2025-22122

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS0.00186EPSS
SaveExploits0References3
OSV
OSV
•added 2025/04/16 3:16 p.m.•14 views

AZL-69602 CVE-2025-22111 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. SIOCBRDELIF is passed to devioctl first and later forwarded to brioctlcall, which causes unnecessary RTNL dance and the splat below 0 under RTNL pressure. Let's say Thread A...

5.5CVSS5.6AI score0.00205EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2025/04/16 2:13 p.m.•38 views

CVE-2025-22122 block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

0.00186EPSS
SaveExploits0References3
OSV
OSV
•added 2025/04/16 2:13 p.m.•14 views

CVE-2025-22122 block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

6AI score
SaveExploits0References6
CVE
CVE
•added 2025/04/16 2:13 p.m.•119 views

CVE-2025-22122

MODE C: The CVE-2025-22122 issue affects the Linux kernel where adding a folio to a bio could overflow the bi_offset when large folios are used (e.g., >4GB folio on ARCHs with 16GB hugepages like aarch64). The root cause is that the offset could not be represented in an unsigned int, triggerin...

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
•added 2025/04/16 12:00 a.m.•14 views

PT-2025-16762 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been resolved, related to adding a folio to a bio. On certain architectures, such as aarch64, where large hugepages are supported e.g., 16GB, the offset...

7.8CVSS5.9AI score0.69566EPSS
SaveExploits0References692
Rows per page
Query Builder