← Back

Satellite Capsule

satellite_capsule

Vendor: Redhat • 14 CVEs

CVEs (14)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Redhat
Theforeman
4Enterprise Linux
ForemanSatellite+1 more
Mar 24, 2026
Feb 27, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
n authorization flaw in Foreman's GraphQL API allows low-privileged users to access metadata beyond their assigned permissions. Unlike the REST API, which correctly enforces access controls, the GraphQL endpoint does not...Show more
n authorization flaw in Foreman's GraphQL API allows low-privileged users to access metadata beyond their assigned permissions. Unlike the REST API, which correctly enforces access controls, the GraphQL endpoint does not apply proper filtering, leading to an authorization bypass.Show less
2Redhat
Theforeman
3Foreman Ansible
SatelliteSatellite Capsule
Nov 21, 2024
May 27, 2021
N/A· v4
6.5 MEDIUM· v3
4.0 MEDIUM· v2
A flaw was found in Red Hat Satellite's Job Invocation, where the "User Input" entry was not properly restricted to the view. This flaw allows a malicious Satellite user to scan through the Job Invocation, with the abili...Show more
A flaw was found in Red Hat Satellite's Job Invocation, where the "User Input" entry was not properly restricted to the view. This flaw allows a malicious Satellite user to scan through the Job Invocation, with the ability to search for passwords and other sensitive data. This flaw affects tfm-rubygem-foreman_ansible versions before 4.0.3.4.Show less
4Ibm
OracleQuarkus+1 more
7Hibernate Validator
Jboss Enterprise Application PlatformQuarkus+4 more
Nov 21, 2024
May 6, 2020
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
A flaw was found in Hibernate Validator version 6.1.2.Final. A bug in the message interpolation processor enables invalid EL expressions to be evaluated as if they were valid. This flaw allows attackers to bypass input s...Show more
A flaw was found in Hibernate Validator version 6.1.2.Final. A bug in the message interpolation processor enables invalid EL expressions to be evaluated as if they were valid. This flaw allows attackers to bypass input sanitation (escaping, stripping) controls that developers may have put in place when handling user-controlled data in error messages.Show less
5Debian
Dom4j ProjectNetapp+2 more
14Debian Linux
Dom4jFlexcube Investor Servicing+11 more
Nov 21, 2024
Aug 20, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
dom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection....Show more
dom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection. This attack appear to be exploitable via an attacker specifying attributes or elements in the XML document. This vulnerability appears to have been fixed in 2.1.1 or later.Show less
2Redhat
Theforeman
3Foreman
SatelliteSatellite Capsule
Nov 21, 2024
Aug 1, 2018
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
It was found that foreman before 1.13.0 is vulnerable to a stored XSS via an organization or location name. This could allow an attacker with privileges to set the organization or location name to display arbitrary HTML...Show more
It was found that foreman before 1.13.0 is vulnerable to a stored XSS via an organization or location name. This could allow an attacker with privileges to set the organization or location name to display arbitrary HTML including scripting code within the web interface.Show less
2Redhat
Theforeman
3Katello
SatelliteSatellite Capsule
Nov 21, 2024
Jul 27, 2018
N/A· v4
5.5 MEDIUM· v3
3.6 LOW· v2
A flaw was found in katello-debug before 3.4.0 where certain scripts and log files used insecure temporary files. A local user could exploit this flaw to conduct a symbolic-link attack, allowing them to overwrite the con...Show more
A flaw was found in katello-debug before 3.4.0 where certain scripts and log files used insecure temporary files. A local user could exploit this flaw to conduct a symbolic-link attack, allowing them to overwrite the contents of arbitrary files.Show less
4Bouncycastle
CanonicalNetapp+1 more
57 Mode Transition Tool
Legion Of The Bouncy Castle Java Crytography ApiSatellite+2 more
May 5, 2025
Jun 1, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In Bouncy Castle JCE Provider version 1.55 and earlier the DSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and stil...Show more
In Bouncy Castle JCE Provider version 1.55 and earlier the DSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure.Show less
3Google
OracleRedhat
17Banking Payments
Communications Ip Service ActivatorCustomer Management And Segmentation Foundation+14 more
Nov 21, 2024
Apr 26, 2018
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
Unbounded memory allocation in Google Guava 11.0 through 24.x before 24.1.1 allows remote attackers to conduct denial of service attacks against servers that depend on this library and deserialize attacker-provided data,...Show more
Unbounded memory allocation in Google Guava 11.0 through 24.x before 24.1.1 allows remote attackers to conduct denial of service attacks against servers that depend on this library and deserialize attacker-provided data, because the AtomicDoubleArray class (when serialized with Java serialization) and the CompoundOrdering class (when serialized with GWT serialization) perform eager allocation without appropriate checks on what a client has sent and whether the data size is reasonable.Show less
2Bouncycastle
Redhat
3Bc Java
SatelliteSatellite Capsule
May 12, 2025
Apr 16, 2018
N/A· v4
4.4 MEDIUM· v3
3.6 LOW· v2
The default BKS keystore use an HMAC that is only 16 bits long, which can allow an attacker to compromise the integrity of a BKS keystore. Bouncy Castle release 1.47 changes the BKS format to a format which uses a 160 bi...Show more
The default BKS keystore use an HMAC that is only 16 bits long, which can allow an attacker to compromise the integrity of a BKS keystore. Bouncy Castle release 1.47 changes the BKS format to a format which uses a 160 bit HMAC instead. This applies to any BKS keystore generated prior to BC 1.47. For situations where people need to create the files for legacy reasons a specific keystore type "BKS-V1" was introduced in 1.49. It should be noted that the use of "BKS-V1" is discouraged by the library authors and should only be used where it is otherwise safe to do so, as in where the use of a 16 bit checksum for the file integrity check is not going to cause a security issue in itself.Show less
2Redhat
Theforeman
3Hammer Cli
SatelliteSatellite Capsule
Nov 21, 2024
Mar 12, 2018
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
Hammer CLI, a CLI utility for Foreman, before version 0.10.0, did not explicitly set the verify_ssl flag for apipie-bindings that disable it by default. As a result the server certificates are not checked and connections...Show more
Hammer CLI, a CLI utility for Foreman, before version 0.10.0, did not explicitly set the verify_ssl flag for apipie-bindings that disable it by default. As a result the server certificates are not checked and connections are prone to man-in-the-middle attacks.Show less
5Debian
FasterxmlNetapp+2 more
24Banking Platform
ClusterwareCommunications Billing And Revenue Management+21 more
Nov 21, 2024
Feb 6, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readV...Show more
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.Show less
1Redhat
6Hibernate Validator
Jboss Enterprise Application PlatformSatellite+3 more
Nov 21, 2024
Jan 10, 2018
N/A· v4
7.0 HIGH· v3
4.4 MEDIUM· v2
In Hibernate Validator 5.2.x before 5.2.5 final, 5.3.x, and 5.4.x, it was found that when the security manager's reflective permissions, which allows it to access the private members of the class, are granted to Hibernat...Show more
In Hibernate Validator 5.2.x before 5.2.5 final, 5.3.x, and 5.4.x, it was found that when the security manager's reflective permissions, which allows it to access the private members of the class, are granted to Hibernate Validator, a potential privilege escalation can occur. By allowing the calling code to access those private members without the permission an attacker may be able to validate an invalid instance and access the private member value via ConstraintViolation#getInvalidValue().Show less
2Redhat
Theforeman
3Foreman
SatelliteSatellite Capsule
May 13, 2026
Nov 27, 2017
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
An attacker submitting facts to the Foreman server containing HTML can cause a stored XSS on certain pages: (1) Facts page, when clicking on the "chart" button and hovering over the chart; (2) Trends page, when checking...Show more
An attacker submitting facts to the Foreman server containing HTML can cause a stored XSS on certain pages: (1) Facts page, when clicking on the "chart" button and hovering over the chart; (2) Trends page, when checking the graph for a trend based on a such fact; (3) Statistics page, for facts that are aggregated on this page.Show less
2Qos
Redhat
3Logback
SatelliteSatellite Capsule
May 13, 2026
Mar 13, 2017
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
QOS.ch Logback before 1.2.0 has a serialization vulnerability affecting the SocketServer and ServerSocketReceiver components.