Security

CVE ID : CVE-2024-27779

Published : July 18, 2025, 8:15 a.m. | 2 hours, 42 minutes ago

Description : An insufficient session expiration vulnerability [CWE-613] in FortiSandbox FortiSandbox version 4.4.4 and below, version 4.2.6 and below, 4.0 all versions, 3.2 all versions and FortiIsolator version 2.4 and below, 2.3 all versions, 2.2 all versions, 2.1 all versions, 2.0 all versions, 1.2 all versions may allow a remote attacker in possession of an admin session cookie to keep using that admin’s session even after the admin user was deleted.

Severity: 6.7 | MEDIUM

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2024-32124

Published : July 18, 2025, 8:15 a.m. | 2 hours, 42 minutes ago

Description : An improper access control vulnerability [CWE-284] in FortiIsolator version 2.4.4, version 2.4.3, 2.3 all versions logging component may allow a remote authenticated read-only attacker to alter logs via a crafted HTTP request.

Severity: 4.3 | MEDIUM

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-26854

Published : July 18, 2025, 8:15 a.m. | 2 hours, 42 minutes ago

Description : A SQL injection in Articles Good Search extension 1.0.0 – 1.2.4.0011 for Joomla allows attackers to execute arbitrary SQL commands.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-26855

Published : July 18, 2025, 8:15 a.m. | 2 hours, 42 minutes ago

Description : A SQL injection in Articles Calendar extension 1.0.0 – 1.0.1.0007 for Joomla allows attackers to execute arbitrary SQL commands.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-38349

Published : July 18, 2025, 8:15 a.m. | 2 hours, 42 minutes ago

Description : In the Linux kernel, the following vulnerability has been resolved:

eventpoll: don’t decrement ep refcount while still holding the ep mutex

Jann Horn points out that epoll is decrementing the ep refcount and then
doing a

mutex_unlock(&ep->mtx);

afterwards. That’s very wrong, because it can lead to a use-after-free.

That pattern is actually fine for the very last reference, because the
code in question will delay the actual call to “ep_free(ep)” until after
it has unlocked the mutex.

But it’s wrong for the much subtler “next to last” case when somebody
*else* may also be dropping their reference and free the ep while we’re
still using the mutex.

Note that this is true even if that other user is also using the same ep
mutex: mutexes, unlike spinlocks, can not be used for object ownership,
even if they guarantee mutual exclusion.

A mutex “unlock” operation is not atomic, and as one user is still
accessing the mutex as part of unlocking it, another user can come in
and get the now released mutex and free the data structure while the
first user is still cleaning up.

See our mutex documentation in Documentation/locking/mutex-design.rst,
in particular the section [1] about semantics:

“mutex_unlock() may access the mutex structure even after it has
internally released the lock already – so it’s not safe for
another context to acquire the mutex and assume that the
mutex_unlock() context is not using the structure anymore”

So if we drop our ep ref before the mutex unlock, but we weren’t the
last one, we may then unlock the mutex, another user comes in, drops
_their_ reference and releases the ‘ep’ as it now has no users – all
while the mutex_unlock() is still accessing it.

Fix this by simply moving the ep refcount dropping to outside the mutex:
the refcount itself is atomic, and doesn’t need mutex protection (that’s
the whole _point_ of refcounts: unlike mutexes, they are inherently
about object lifetimes).

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-6197

Published : July 18, 2025, 8:15 a.m. | 2 hours, 42 minutes ago

Description : An open redirect vulnerability has been identified in Grafana OSS organization switching functionality.

Prerequisites for exploitation:

– Multiple organizations must exist in the Grafana instance

– Victim must be on a different organization than the one specified in the URL

Severity: 4.2 | MEDIUM

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-6023

Published : July 18, 2025, 8:15 a.m. | 2 hours, 42 minutes ago

Description : An open redirect vulnerability has been identified in Grafana OSS that can be exploited to achieve XSS attacks. The vulnerability was introduced in Grafana v11.5.0.

The open redirect can be chained with path traversal vulnerabilities to achieve XSS.

Fixed in versions 12.0.2+security-01, 11.6.3+security-01, 11.5.6+security-01, 11.4.6+security-01 and 11.3.8+security-01

Severity: 7.6 | HIGH

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-7444

Published : July 18, 2025, 9:15 a.m. | 59 minutes ago

Description : The LoginPress Pro plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 5.0.1. This is due to insufficient verification on the user being returned by the social login token. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the email and the user does not have an already-existing account for the service returning the token.

Severity: 9.8 | CRITICAL

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-6226

Published : July 18, 2025, 9:15 a.m. | 1 hour, 42 minutes ago

Description : Mattermost versions 10.5.x
Severity: 6.5 | MEDIUM

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-2425

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : Time-of-check to time-of-use race condition vulnerability potentially allowed an attacker to use the installed ESET security software to clear the content of an arbitrary file on the file system.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-49484

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : A SQL injection vulnerability in the JS Jobs plugin versions 1.0.0-1.4.1 for Joomla allows low-privilege users to execute arbitrary SQL commands via the ‘cvid’ parameter in the employee application feature.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-49485

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : A SQL injection vulnerability in the Balbooa Forms plugin 1.0.0-2.3.1.1 for Joomla allows privileged users to execute arbitrary SQL commands via the ‘id’ parameter.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-49486

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : A stored XSS vulnerability in the Balbooa Gallery plugin 1.0.0-2.4.0 for Joomla allows privileged users to store malicious scripts in gallery items.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-50056

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : A reflected XSS vulnerability in RSMail! component 1.19.20 – 1.22.26 28 Joomla was discovered. The issue allows remote attackers to inject arbitrary web script or HTML via the crafted parameter.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-50057

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : A DOS vulnerability in RSFiles! component 1.16.3-1.17.7 Joomla was discovered. The issue allows unauthenticated remote attackers to deny access to service via the search feature.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-50058

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : A stored XSS vulnerability in the RSDirectory! component 1.0.0-2.2.8 Joomla was discovered. The issue allows remote authenticated attackers to inject arbitrary web script or HTML via the review reply component.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

CVE ID : CVE-2025-50126

Published : July 18, 2025, 10:15 a.m. | 42 minutes ago

Description : A stored XSS vulnerability in the RSBlog! component 1.11.6-1.14.5 Joomla was discovered. The issue allows remote authenticated users to inject arbitrary web script or HTML via the jform[tags_text] parameter.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…

New TeleMessage SGNL Flaw Is Actively Being Exploited by Attackers

TeleMessage SGNL, a made-in-Israel clone of the Signal app used by US government agencies and regulated businesses, has been found running with an outdated configuration that exposes sensitive interna …
Read more

Published Date:
Jul 17, 2025 (12 hours, 14 minutes ago)

Vulnerabilities has been mentioned in this article.

CVE-2025-48927

CVE-2025-47729

CVE-2024-37081

CVE-2024-37080

CVE-2024-37079