Lucene search
K

1460 matches found

ICS
ICS
added 2024/06/27 12:0 a.m.30 views

Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric Products (Update E)

View CSAF 1. EXECUTIVE SUMMARY CVSS v3 7.0 ATTENTION : Exploitable remotely Vendor : ICONICS, Mitsubishi Electric Equipment : ICONICS Product Suite Vulnerabilities : Allocation of Resources Without Limits or Throttling, Improper Neutralization, Uncontrolled Search Path Element, Improper...

7.8CVSS7.3AI score0.91789EPSS
Exploits0References9
Trellix
Trellix
added 2024/06/27 12:0 a.m.33 views

The Bug Report - June 2024 Edition

The Bug Report - June 2024 Edition By Jonathan Omakun & Tobi Olawale · June 27, 2024 Why am I Here Welcome back to The Bug Report, the "so hot the server fans are sweating" edition! For those who are new to our monthly adventure, every month, our dedicated Advanced Research Center vulnerability...

9.8CVSS9.4AI score0.94374EPSS
Exploits75
NVD
NVD
added 2024/06/26 4:15 p.m.24 views

CVE-2024-25637

October is a self-hosted CMS platform based on the Laravel PHP Framework. The X-October-Request-Handler Header does not sanitize the AJAX handler name and allows unescaped HTML to be reflected back. There is no impact since this vulnerability cannot be exploited through normal browser interaction...

5.4CVSS0.00821EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2024/06/07 12:0 a.m.3 views

PT-2024-7454 · Hewlett Packard · Hp Designjet

Name of the Vulnerable Software and Affected Versions: HP DesignJet products affected versions not specified Description: The issue is related to a credential reflection vulnerability in the SMTP Server Credential Handler component of HP DesignJet products' firmware. This vulnerability is...

7.8CVSS7.5AI score0.00364EPSS
Exploits0References8
Friends Of PHP
Friends Of PHP
added 2024/06/04 4:23 p.m.43 views

Unsafe Reflection in base Component class

Yii2 supports attaching Behaviors to Components by setting properties having the format 'as '. Internally this is done using the set magic method. If the value passed to this method is not an instance of the Behavior class, a new object is instantiated using Yii::createObject$value. However, ther...

9.1CVSS8.9AI score0.002EPSS
Exploits1Affected Software1
Snyk
Snyk
added 2024/06/02 10:32 p.m.2 views

Cross-site Scripting

Overview Affected versions of this package are vulnerable to Cross-site Scripting through the dynamic setting of form legends in administrative interfaces. An attacker can execute arbitrary scripts in the context of the administrator's session by injecting malicious content into form fields that...

9.3CVSS5.7AI score0.0023EPSS
Exploits0References2
OSV
OSV
added 2024/06/02 10:30 p.m.44 views

GHSA-CJCC-P67M-7QXM Unsafe Reflection in base Component class in yiisoft/yii2

Yii2 supports attaching Behaviors to Components by setting properties having the format 'as '. Internally this is done using the set magic method. If the value passed to this method is not an instance of the Behavior class, a new object is instantiated using Yii::createObject$value. However, ther...

8.1CVSS8.3AI score0.002EPSS
Exploits1References9
Github Security Blog
Github Security Blog
added 2024/06/02 10:30 p.m.38 views

Unsafe Reflection in base Component class in yiisoft/yii2

Yii2 supports attaching Behaviors to Components by setting properties having the format 'as '. Internally this is done using the set magic method. If the value passed to this method is not an instance of the Behavior class, a new object is instantiated using Yii::createObject$value. However, ther...

9.1CVSS8.3AI score0.002EPSS
Exploits1References9Affected Software1
OSV
OSV
added 2024/05/31 11:8 a.m.4 views

OESA-2024-1667 infinispan security update

Infinispan is an extremely scalable, highly available data grid platform - 100% open source, and written in Java. The purpose of Infinispan is to expose a data structure that is highly concurrent, designed ground-up to make the most of modern multi-processor/multi-core architectures while at the...

8.8CVSS6.8AI score0.00882EPSS
Exploits0References2
OSV
OSV
added 2024/05/27 11:21 p.m.6 views

GHSA-VH7Q-J8P5-2H4H silverstripe/framework sends passwords back to browsers under some circumstances

Under some circumstances a form may populate a PasswordField with submitted data, reflecting submitted data back to a user. The user will only see their own submissions for password data, which is not considered best practice. We are not aware of data leaks to other users, devices or sessions...

3.5CVSS7.3AI score
Exploits0References5
Positive Technologies
Positive Technologies
added 2024/05/27 12:0 a.m.2 views

PT-2024-40479 · Osv · Osv

Name of the Vulnerable Software and Affected Versions: OSV affected versions not specified Description: The issue concerns a form that may populate a PasswordField with submitted data, reflecting it back to the user. This behavior is not considered best practice, as it may expose the user's own...

3.5CVSS7.1AI score
Exploits0References6
Gentoo Linux
Gentoo Linux
added 2024/05/08 12:0 a.m.35 views

Commons-BeanUtils: Improper Access Restriction

Background Commons-beanutils provides easy-to-use wrappers around Reflection and Introspection APIs Description A vulnerability has been discovered in Commons-BeanUtils. Please review the CVE identifier referenced below for details. Impact Please review the referenced CVE identifiers for details...

7.5CVSS7.3AI score0.01215EPSS
Exploits1
Debian CVE
Debian CVE
added 2024/04/26 9:2 p.m.21 views

CVE-2024-32887

Sidekiq is simple, efficient background processing for Ruby. Sidekiq is reflected XSS vulnerability. The value of substr parameter is reflected in the response without any encoding, allowing an attacker to inject Javascript code into the response of the application. An attacker could exploit it t...

5.5CVSS5.3AI score0.00365EPSS
Exploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/04/24 1:0 a.m.9 views

HTML attributes vs DOM properties

Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to different values. For example: … const div = document.querySelector'divfoo=bar'; console.logdiv.getAttribute'foo'; // 'bar' console.logdiv.foo; // undefined div.foo = 'hell...

6.5AI score
Exploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/04/24 1:0 a.m.17 views

HTML attributes vs DOM properties

Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to different values. For example: … const div = document.querySelector'divfoo=bar'; console.logdiv.getAttribute'foo'; // 'bar' console.logdiv.foo; // undefined div.foo = 'hell...

6.5AI score
Exploits0
OSV
OSV
added 2024/04/18 10:15 a.m.0 views

CVE-2024-32567

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Designinvento DirectoryPress allows Reflected XSS.This issue affects DirectoryPress: from n/a through 3.6.7...

6.1CVSS5.8AI score
Exploits0References1
Positive Technologies
Positive Technologies
added 2024/04/08 12:0 a.m.3 views

PT-2024-23260 · Sap Se · Sap Business Connector

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue allows a high privilege attacker to load an exploitable payload onto the Resource Settings page, which is then stored and reflected whenever a...

4.8CVSS6.7AI score0.00148EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2024/03/29 12:0 a.m.6 views

PT-2024-23373 · Ghozylab · Web Icons

Name of the Vulnerable Software and Affected Versions: GhozyLab, Inc. Web Icons versions n/a through 1.0.0.10 Description: The issue is related to Improper Neutralization of Input During Web Page Generation, also known as Cross-site Scripting, which allows Stored XSS. This means that an attacker...

6.5CVSS9.1AI score0.00197EPSS
Exploits0References5
OSV
OSV
added 2024/03/20 5:15 a.m.0 views

CVE-2024-1983

The Simple Ajax Chat WordPress plugin before 20240223 does not prevent visitors from using malicious Names when using the chat, which will be reflected unsanitized to other users...

7.1CVSS5.8AI score
Exploits0References1
GithubExploit
GithubExploit
added 2024/03/18 3:19 a.m.264 views

Exploit for Unsafe Reflection in Github Enterprise_Server

Intro This repository contains exploits we have developed for...

9.8CVSS8.9AI score0.72876EPSS
Exploits1
Rows per page
Query Builder